ChunMing, ChenandAllen 79fb2523d4 fix #51
* allow user to customize attrs for column cell

* [test] add test for customized cell attrs

* allow user to customize attrs for header column cell

* [test] add test for customized header cell attrs

* update document

* add new utils isObject and isEmptyObject

* make cell attrs lowest priority

* if style, event, classes, hidden, style was not given, display the
* HTML attributes if it's legal. However, if the attributes mentioned
* above was defined at the same time, column.attrs has lowest priority
* and it will be overwrited.

* [test] unit test for column.attrs

* [test] unit test for column.headerAttrs

* update Document

* rename story name

* fix lint error
2017-09-12 10:47:27 -05:00
2017-09-12 10:47:27 -05:00
2017-09-12 10:47:27 -05:00
2017-08-19 14:55:04 +08:00
2017-09-03 00:31:58 -05:00
2017-09-08 21:58:26 -05:00
2017-08-20 07:36:23 -05:00
2017-08-27 10:55:38 -05:00
2017-09-08 21:58:26 -05:00
2017-09-08 21:58:26 -05:00
2017-08-14 21:05:29 +08:00
2017-09-02 06:10:24 -05:00
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
S
Description
No description provided
Readme MIT
17 MiB
Languages
JavaScript 97.7%
SCSS 2.2%