tweak docs

This commit is contained in:
AllenFang
2018-01-21 23:55:02 +08:00
parent 234a446a4f
commit ac53dfd5d1
9 changed files with 49 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ sidebar_label: Work on Remote
By default, `react-bootstrap-table2` always handle the data changes internally, such as sorting, paging, filtering etc. However, you may want to handle those logic or sync up to backend or Redux store so that `remote` can help you on it as well.
**[Live Demo for Remote Table](../storybook/index.html?selectedKind=Remote)**
-----
## How