You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AllenFang time ago i noticed you a problem about column size in react-bootstrap-table, updating to the new version i'm still having the same problem:
@colino, firstly, the problem of the error message is you using the react@15.0.0, but we does not support it (BTW, will support it in the recent).
And then about the column sizing problem. there are some restriction which you can find my explanation on #331.
for your case, a large columns table, the horizontal scrollbar will not display automatically after v2.0.0. The workaround is set width on some columns to make the total width of table exceed the outer then the scrollbar will display.
You can check this example, actually, it's a extreme case, you don't need to set all column width in most case. In addition, after v2.0.0, react-bootstrap-table does not accept percentage on with due to some width and unalign problems on table.
And if you upgrade react-bootstrap-table, plz using the newest css files, don't cache the legacy one.
You can try it out and feel free to discuss with me :)
Hi @AllenFang time ago i noticed you a problem about column size in react-bootstrap-table, updating to the new version i'm still having the same problem:
and this is error with chrome console:
this is my code:
`
var selectRowProp = {
mode: "radio",
clickToSelect: true,
bgColor: "rgba(96, 166, 229, 0.67)",
onSelect: this.onRowSelect
};
what's wrong?
The text was updated successfully, but these errors were encountered: