exportCSV now only exports filtered data

This commit is contained in:
pepper 2021-01-24 17:42:51 -05:00
parent cc6d9a9d41
commit c1e3d30294

View File

@ -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>