Export In CSV
👉 To enable support for CSV export, just add below config.
export interface IDBMasterConfig {
operations: {
exportData: {
showExportButton: true,
csv: {
enable: true,
// labelCSV: 'Export',
// labelCSVSelected: 'Export Selected',
}
},
}
}