Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ssjogus opened this issue Jan 27, 2016 · 8 comments
Closed

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

ssjogus opened this issue Jan 27, 2016 · 8 comments
Labels

Comments

@ssjogus
Copy link

ssjogus commented Jan 27, 2016

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

@AllenFang
Copy link
Owner

@ssjogus, ok I'll check this out. Thanks.
btw, which origin version did you used? and is it happened on chrome?

another thing, could you try v1.4.5 again?

@AllenFang AllenFang added the bug label Jan 27, 2016
@ssjogus
Copy link
Author

ssjogus commented Jan 27, 2016

i was using version 0.9.7.. then updated to 1.4.3. Its happening on chrome

ok, i will try with 1.4.5

@AllenFang
Copy link
Owner

@ssjogus, did you replace the css file of react-bootstrap-table?

@ssjogus
Copy link
Author

ssjogus commented Jan 27, 2016

yes i did

@AllenFang
Copy link
Owner

ok, hope not to cache the css file in your browser, if the problem still remain when you upgrade to v1.4.5, I'll check this out based on your example. Thanks

@AllenFang
Copy link
Owner

@ssjogus, I've tested it on chrome and safari, it's work.
Imgur

any issue tested on v1.4.5?

@AllenFang
Copy link
Owner

if problem still remain, please follow #227. I'll redesign bootstrap table for fixing column width and some issue for styling. But need some time. so close this issue and follow up #227

@AllenFang
Copy link
Owner

HI @ssjogus, v2.0.0 has been released, you can check #331 for more detail explanation, if problem still remain, please tell me on #331 or open an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants