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, I am having the same issue for the sizePerPageList. When I inspect the dropdown element on the page, it has my values of the sizePerPageList array.
constoptions={//page: 1, // which page you want to show as defaultsizePerPageList: [{text: '5',value: 5},{text: '10',value: 10},{text: 'All',value: this.props.owners.length}],paginationShowsTotal: false,hideSizePerPage: false};<BootstrapTabledata={this.props.owners}pagination={true}options={options}><TableHeaderColumndataField='_id'isKey={true}hidden={true}>Owner ID</TableHeaderColumn><TableHeaderColumndataField='first_name'>First Name</TableHeaderColumn><TableHeaderColumndataField='last_name'>Last Name</TableHeaderColumn></BootstrapTable>
Does anyone have a solution for this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
HI @rich-ware, duplicated with #539, You should remember to add bootstrap.js. BTW, in the v3.0.0, we've plan to remove the bootstrap.js dependency. so currently, you should add it :)
Thanks
@mvamax, you can try v3.0.0-beta.2, but it still unstable, check #497. Anyway, I'm not sure the root cause, cause I haven't see any error message, in practice, it should work after you add bootstrap.js and jquery.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am having the same issue for the sizePerPageList. When I inspect the dropdown element on the page, it has my values of the sizePerPageList array.
Does anyone have a solution for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: