mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* noDataIndication * use the correct amount of cells when the first row is select * storybook added for development, not necessary in docs fixes react-bootstrap-table/react-bootstrap-table2#264 * eslint complaints 4:11 error 'columnLen' is never reassigned. Use 'const' instead prefer-const 7:9 error Expected an assignment or function call and instead saw an expression no-unused-expressions * tests updated |
||
|---|---|---|
| docs | ||
| packages | ||
| _config.yml | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .npmignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| enzyme-setup.js | ||
| gulpfile.babel.js | ||
| lerna.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| webpack.prod.config.babel.js | ||
| yarn.lock | ||
react-bootstrap-table2
Rebuilt react-bootstrap-table
react-bootstrap-table2's npm module name isreact-bootstrap-table-nextdue to some guys already used it
react-bootstrap-table2 separate some functionalities from core modules to other modules like following:
react-bootstrap-table-nextreact-bootstrap-table2-filterreact-bootstrap-table2-editorreact-bootstrap-table2-paginatorreact-bootstrap-table2-overlay
This can help your application with less bundled size and also help us have clean design to avoid handling to much logic in kernal module(SRP).
Migration
If you are the user from legacy react-bootstrap-table, please have a look on this.
Usage
See getting started.
Online Demo
See react-bootstrap-table2 storybook.
Roadmap
See release plans.
Development
Please check development guide.
How should I run storybook example in my local?
$ 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