patch docs for 1.0.0

This commit is contained in:
AllenFang 2018-07-28 15:59:06 +08:00
parent b9d9928e2a
commit 1eb7717ef2

View File

@ -221,7 +221,7 @@ const columns = [..., {
<BootstrapTable keyField='id' data={ products } columns={ columns } filter={ filterFactory() } />
```
> **Notes:** date filter accept a Javascript Date object in your raw data.
> **Notes:** date filter accept a Javascript Date object in your raw data and you have to use `column.formatter` to make it as your prefer string result.
Date filter is same as other filter, you can custom the date filter via `dateFilter` factory function: