20190317 release

This commit is contained in:
AllenFang
2019-03-17 16:42:59 +08:00
parent 3c925c124b
commit 449583ac28
2 changed files with 32 additions and 1 deletions
+7 -1
View File
@@ -15,6 +15,7 @@ Export CSV in one of features supported by `react-bootstrap-table2-toolkit`. By
* [noAutoBOM](#exportCSVnoautobom-bool)
* [exportAll](#exportCSVexportall-bool)
* [onlyExportSelection](#exportCSVonlyexportselection-bool)
* [onlyExportFiltered](#exportCSVonlyexportfiltered-bool)
## Example
@@ -52,4 +53,9 @@ Default is `true`.
Default is `true`. `false` will only export current display data on table.
## exportCSV.onlyExportSelection - [bool]
Default is `false`. `true` will only export the data which is selected
Default is `false`. `true` will only export the data which is selected
## exportCSV.onlyExportFiltered - [bool]
Default is `false`. `true` will only export the data which is filtered/searched.
>> Note: When you configure this prop as true, you must turn off `exportAll`.