mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-15 21:20:18 +00:00
20190317 release
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user