From 0f24338f62f15a27c33dbdffce3ac27d5ba72e91 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 13 Aug 2017 15:54:20 +0800 Subject: [PATCH] README --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d079bb --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# react-bootstrap-table2 +Rebuilt [react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table) + +## The problems/features I want to solve +* Performance +* Fully compatiable with bootstrap 3 adn 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 +* Use [`storybook`](https://github.com/storybooks/storybook) to build examples +* Support the aggregation view +* Support the table footer +* Support column group +* Support sticky header +* Support table section([react-bootstrap-table#721](https://github.com/AllenFang/react-bootstrap-table/pull/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](https://github.com/AllenFang/react-bootstrap-table/issues/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 \ No newline at end of file