This commit is contained in:
AllenFang
2018-01-22 00:10:30 +08:00
parent 3c9cd22d42
commit 216befae4b
+1 -6
View File
@@ -6,15 +6,10 @@ Rebuilt [react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-tab
`react-bootstrap-table2` separate some functionalities from core modules to other modules like following:
* [`react-bootstrap-table2-next`](https://www.npmjs.com/package/react-bootstrap-table-next)
* Core table module, include sorting and row selection
* [`react-bootstrap-table2-filter`](https://www.npmjs.com/package/react-bootstrap-table2-filter)
* Column filter Addons
* [`react-bootstrap-table2-editor`](https://www.npmjs.com/package/react-bootstrap-table2-editor)
* Cell Editing Addons
* [`react-bootstrap-table2-paginator`](https://www.npmjs.com/package/react-bootstrap-table2-paginator)
* Pagination Addons
* [`react-bootstrap-z-overlay`](https://www.npmjs.com/package/react-bootstrap-table2-overlay)
* Overlay/Loading Addons
* [`react-bootstrap-table2-overlay`](https://www.npmjs.com/package/react-bootstrap-table2-overlay)
This can help your application with less bundled size and also help us have clean design to avoid handling to much logic in kernal module(SRP).