File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # react-bootstrap-table2
2
+ Rebuilt [ react-bootstrap-table] ( https://github.com/AllenFang/react-bootstrap-table )
3
+
4
+ ## The problems/features I want to solve
5
+ * Performance
6
+ * Fully compatiable with bootstrap 3 adn 4(` react-bootstrap-table@4.0.0 ` already done)
7
+ * Clean Code and Testing
8
+ * Decrease the size of bundled file
9
+ * Split module/functionality from core module
10
+ * Use [ ` storybook ` ] ( https://github.com/storybooks/storybook ) to build examples
11
+ * Support the aggregation view
12
+ * Support the table footer
13
+ * Support column group
14
+ * Support sticky header
15
+ * Support table section([ react-bootstrap-table #721 ] ( https://github.com/AllenFang/react-bootstrap-table/pull/721 ) )
16
+ * Handle events well
17
+ * Fix unalign issues
18
+ * Make ** stateless** table more easy to use(` react-bootstrap-table ` alread have ` remote ` mode but have some bugs)
19
+ * Customizable table
20
+ * Support the nested data([ react-bootstrap-table #50 ] ( https://github.com/AllenFang/react-bootstrap-table/issues/50◊ ) )
21
+ * Consider to support column resize
22
+ * Consider to make animation on ` react-bootstrap-table2 ` more easy
23
+
24
+ ## The feature may lost on react-bootstrap-table
25
+ * Have a great chance that I don't support the vertical scrollbar on table
You can’t perform that action at this time.
0 commit comments