Skip to content

Expand header cell size is 30px #1024

@mbystryantsev

Description

@mbystryantsev

Chrome 75.0.3770.142 (64-bit)
react-bootstrap-table-next 3.1.7

Expand row header cell has attribute data-row-selection="true" that limited it size to 30px.

.react-bootstrap-table th[data-row-selection] {
  width: 30px; }
const expandRow = {
	renderer: row => (
		<div>Test</div>
	),
	showExpandColumn: true,
	expandByColumnOnly: true,
	onlyOneExpanding: true,
	expandColumnPosition: 'right',
	expandColumnRenderer: ({ expanded, rowKey, expandable }) => (
		<>Show</>
	),
	expandHeaderColumnRenderer: ({ isAnyExpands }) => (
		<>Log</>
	)
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions