mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
| .github/ISSUE_TEMPLATE | ||
| docs | ||
| packages | ||
| webpack | ||
| _config.yml | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .npmignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| enzyme-setup.js | ||
| gulpfile.babel.js | ||
| lerna.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
react-bootstrap-table2
Rebuild of react-bootstrap-table
Note that
react-bootstrap-table2's npm module name isreact-bootstrap-table-nextdue to the name being already taken.
react-bootstrap-table2 separates some functionalities from its core modules to other modules as listed in the following:
react-bootstrap-table-nextreact-bootstrap-table2-filterreact-bootstrap-table2-editorreact-bootstrap-table2-paginatorreact-bootstrap-table2-overlayreact-bootstrap-table2-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).
Migration
If you are coming from the legacy react-bootstrap-table, please check out the migration guide.
Usage
See getting started.
Online Demo
See react-bootstrap-table2 storybook.
Development
Please check the development guide.
Running storybook example on your local machine
# Clone the repo
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
# change dir to the cloned repo
$ cd react-bootstrap-table2
# Install all dependencies with yarn
$ yarn install
# Start the stroybook server, then go to localhost:6006
$ yarn storybook
Storybook examples: packages/react-bootstrap-table2-example/examples