Rebuilt react-bootstrap-table
react-bootstrap-table2
's npm module name isreact-bootstrap-table-next
due to some guys already used it
react-bootstrap-table2
separate some functionalities from core modules to other modules like following:
react-bootstrap-table-next
react-bootstrap-table2-filter
react-bootstrap-table2-editor
react-bootstrap-table2-paginator
react-bootstrap-table2-overlay
react-bootstrap-table2-toolkit
This can help your application with less bundled size and also help us have clean design to avoid handling to much logic in kernel module(SRP).
If you are the user from legacy react-bootstrap-table
, please have a look on this.
See getting started.
See react-bootstrap-table2
storybook.
See release plans.
Please check development guide.
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
$ cd react-bootstrap-table2
$ yarn install
$ yarn storybook
$ Go to localhost:6006
Storybook examples: packages/react-bootstrap-table2-example/examples