mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* storybook environment setup * customized loader * add basic example of BasicTable * add script to bootstrap storybook * import bootstrap css for storybook * update webpack.config for adding loader for font and css * add sass loader and allow to customize css for storybook * uncheck lint for react-bootstrap-table-example * package example has its own lint check * run yarn in each package when boostrapping lerna * add peerDependencies for package example |
||
|---|---|---|
| packages | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| lerna.json | ||
| package.json | ||
| README.md | ||
| webpack.config.babel.js | ||
| yarn.lock | ||
react-bootstrap-table2
Rebuilt react-bootstrap-table
The problems/features I want to solve
- Performance
- Fully compatiable with bootstrap 3 and 4(
react-bootstrap-table@4.0.0already done) - Clean Code and Testing
- Decrease the size of bundled file
- Split module/functionality from core module, make core module more lightweight
- Use
storybookto build examples - Support the aggregation(summary) view
- Support the table footer
- Support column/row span on header and body
- Support sticky header
- Support table section(react-bootstrap-table#721)
- Handle events well
- Fix unalign issues
- Make stateless table more easy to use(
react-bootstrap-tablealread haveremotemode but have some bugs) - Customizable table
- Support the nested data(react-bootstrap-table#50)
- Consider to support column resize
- Consider to make animation on
react-bootstrap-table2more easy
The feature may lost on react-bootstrap-table
- Have a great chance that I don't support the vertical scrollbar on table