このイベントは行がエクスポートされるときに発生します。
this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => {
// put event handler code here
});
IgxBaseExporter
IgxGrid コンポーネントのデータをエクスポートするメソッド。
this.exporterService.export(this.igxGridForExport, this.exportOptions);
IgxBaseExporter
任意の配列のデータをエクスポートするメソッド。
this.exporterService.exportData(this.arrayForExport, this.exportOptions);
IgxBaseExporter
このイベントは列がエクスポートされるときに発生します。
Memberof
IgxBaseExporter