Skip to content

latest (1.4.3) code - issues with column width - help wanted #237

@ssjogus

Description

@ssjogus

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>

table-with-radiobutton

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions