rowExporting event arguments this.exporterService.rowExporting.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
rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })