mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 11:40:22 +00:00
enhancement
This commit is contained in:
@@ -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.
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user