adex-platform
adex-platform copied to clipboard
Table select all
- add custom table view columns component with select all option (closes #321)
- delete all custom on download functions since we want unselected columns not to be exported to CSV (closes #323) since we already use
downloadOptions: {
filterOptions: {
useDisplayedColumnsOnly: true,
useDisplayedRowsOnly: true,
},
},
removing the onDownload functions makes the expected behavior in #323