Go to file
ChunMing, Chen ec1a927001 fix #56
* redefine cell callback function

* it takes 4 argus `content`, `row`, `rowIndex` and `columnIndex` in
* sequence.

* [test] fix unit test for new callback

* correct the version of story for new cell callback

* [DOC] re-define structure of Contents of Table

* [DOC] update document for attrs

* re-write description for each column props

* [DOC] update document for headerCell

* re-write and add extra description for each header column props
2017-09-16 00:03:07 -05:00
docs fix #56 2017-09-16 00:03:07 -05:00
packages fix #56 2017-09-16 00:03:07 -05:00
.babelrc init for starting develop 2017-08-19 14:55:04 +08:00
.eslintrc Enhancement/code prettify (#46) 2017-09-03 00:31:58 -05:00
.gitignore setup enhancement 2017-09-08 21:58:26 -05:00
.travis.yml CI environment setup (#16) 2017-08-20 07:36:23 -05:00
CONTRIBUTING.md fix #11 2017-08-27 10:55:38 -05:00
lerna.json setup enhancement 2017-09-08 21:58:26 -05:00
package.json setup enhancement 2017-09-08 21:58:26 -05: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 setup enhancement 2017-09-08 21:58:26 -05: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