onRowExport event arguments this.exporterService.onRowExport.subscribe((args: IRowExportingEventArgs) => { // set args properties here })
Skip the exporting row when set to true
Provides reference to the owner component.
Contains the exporting row data
Contains the exporting row index
onRowExport event arguments this.exporterService.onRowExport.subscribe((args: IRowExportingEventArgs) => { // set args properties here })