From 0a717cb085ede735bd6a91c61db2db04a4340079 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Mon, 14 Aug 2017 20:52:20 +0800 Subject: [PATCH] README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d079bb..f45a2a7 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Rebuilt [react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-tab ## The problems/features I want to solve * Performance -* Fully compatiable with bootstrap 3 adn 4(`react-bootstrap-table@4.0.0` already done) +* 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 * Use [`storybook`](https://github.com/storybooks/storybook) to build examples -* Support the aggregation view +* Support the aggregation(summary) view * Support the table footer -* Support column group +* Support column/row span on header and body * Support sticky header * Support table section([react-bootstrap-table#721](https://github.com/AllenFang/react-bootstrap-table/pull/721)) * Handle events well