enhancement

This commit is contained in:
AllenFang
2018-01-14 13:32:56 +08:00
parent e7b34feb89
commit 23c914c3b4
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ Because, **sort** and **filter** need to work on overall data. In the remote pag
You can see [this](../storybook/index.html?selectedKind=Remote&selectedStory=Remote%20All) example to see how it work for above case.
A good news is we are consider to easing this limitation through partical sorting/filtering on current page.
A good news is we are consider to easing this limitation through partial sorting/filtering on current page.
+1 -1
View File
@@ -12,7 +12,7 @@ $ npm install react-bootstrap-table2 --save
## Add CSS
> `react-bootstrap-table2` compatible with bootstrap 3 and 4 but you need to add bootstrap css in your application firstly.
> `react-bootstrap-table2` need you to add bootstrap css in your application firstly. About bootstrap css, we only compatible with bootstrap 3 but will start to compatible for bootstrap 4 on **v0.2.0**
Finish above step, let's add the `react-bootstrap-table2` styles:
+1
View File
@@ -27,6 +27,7 @@ authorURL: https://twitter.com/allenfang_tw
### 0.2.0
* Expand row
* Start compatible for bootstrap@4
* Sort management(External sort)
* Work on partial data(sort, filter) for pagination(remote or not remote)