exportCSV now only exports filtered data
This commit is contained in:
parent
cc6d9a9d41
commit
c1e3d30294
@ -137,6 +137,12 @@ const CompTable = (props) => {
|
||||
exportCSV
|
||||
key={columns.id}
|
||||
width="100%"
|
||||
exportCSV={{
|
||||
fileName: "migrations.csv",
|
||||
noAutoBOM: false,
|
||||
exportAll: false,
|
||||
onlyExportFiltered: true,
|
||||
}}
|
||||
>
|
||||
{(props) => (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user