diff --git a/docs/basic-remote.md b/docs/basic-remote.md index 915ce92..f983533 100644 --- a/docs/basic-remote.md +++ b/docs/basic-remote.md @@ -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. \ No newline at end of file +A good news is we are consider to easing this limitation through partial sorting/filtering on current page. \ No newline at end of file diff --git a/docs/getting-started.md b/docs/getting-started.md index 04de33d..f7072b0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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: diff --git a/website/blog/2018-01-24-release-plan.md b/website/blog/2018-01-24-release-plan.md index 7e615d9..ffa4ead 100644 --- a/website/blog/2018-01-24-release-plan.md +++ b/website/blog/2018-01-24-release-plan.md @@ -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)