-
Notifications
You must be signed in to change notification settings - Fork 778
Closed
Labels
Description
i have updated the plugin code to 1.4.3, and facing one issue with the width of the columns..
i have a table with selectRow='true' option..
Strangely even if i don't specify any width to any columns, the radio button column is getting a long width. I tried to give some width to second column, but it is not as per expectation..
any clue why this is happening?
here is the code and screenshot:
<BootstrapTable data={tableDataSet} pagination={true} condensed={true} search={true} searchPlaceholder='Search...' selectRow={selectRowProp} height='196'>
<TableHeaderColumn dataField="Id" isKey={true} hidden={true}> Item Id </TableHeaderColumn>
<TableHeaderColumn dataField="Name" > Item Name </TableHeaderColumn>
</BootstrapTable>