Go to file
2018-01-14 15:53:27 +08:00
docs patch docs for cell edit 2018-01-07 14:07:17 +08:00
packages no publish to gh-pages 2018-01-14 15:53:27 +08:00
.babelrc init for starting develop 2017-08-19 14:55:04 +08:00
.eslintrc always jsx-curly-spacing 2017-10-18 01:31:12 -05:00
.gitignore compile with babel 2018-01-07 01:46:52 +08:00
.travis.yml no --pure-lockfile --ignore-scripts 2017-12-03 18:32:26 +08:00
CONTRIBUTING.md Improve CONTRIBUTING doc 2017-10-26 01:36:13 -05:00
enzyme-setup.js fix #135 2017-11-19 17:42:20 +08:00
lerna.json select lerna-changelog to generate change log 2018-01-07 01:46:52 +08:00
package.json no publish to gh-pages 2018-01-14 15:53:27 +08:00
README.md README 2017-08-14 21:05:29 +08:00
webpack.config.babel.js fix #40 2017-09-02 06:10:24 -05:00
yarn.lock no publish to gh-pages 2018-01-14 15:53:27 +08:00

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.0 already done)
  • Clean Code and Testing
  • Decrease the size of bundled file
  • Split module/functionality from core module, make core module more lightweight
  • Use storybook to 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-table alread have remote mode 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-table2 more easy

The feature may lost on react-bootstrap-table

  • Have a great chance that I don't support the vertical scrollbar on table