Rebuild of react-bootstrap-table
Note that
react-bootstrap-table-nextgen
's npm module name isreact-bootstrap-table-nextgen
react-bootstrap-table-nextgen
separates some functionalities from its core modules to other modules as listed in the following:
react-bootstrap-table-nextgen
react-bootstrap-table-nextgen-filter
react-bootstrap-table-nextgen-editor
react-bootstrap-table-nextgen-paginator
react-bootstrap-table-nextgen-overlay
react-bootstrap-table-nextgen-toolkit
Not only does this reduce the bundle size of your apps but also helps us have a cleaner design to avoid handling too much logic in the kernel module (SRP).
If you are coming from the legacy react-bootstrap-table
, please check out the migration guide.
See getting started.
See react-bootstrap-table-nextgen
storybook.
Please check the development guide.
# Clone the repo
$ git clone https://github.com/TerrenceMiao/react-bootstrap-table-nextgen.git
# change dir to the cloned repo
$ cd react-bootstrap-table-nextgen
# Install all dependencies with yarn
$ yarn install
# Start the stroybook server, then go to localhost:6006
$ yarn storybook