Skip to content

Commit 0f24338

Browse files
committed
README
0 parents  commit 0f24338

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)