@jimka/typescript-ui / component/table / ExportOptions
Interface: ExportOptions
Defined in: src/typescript/lib/component/table/TableExporter.ts:13
Options controlling a Table export operation.
Properties
filename?
ts
optional filename: string;Defined in: src/typescript/lib/component/table/TableExporter.ts:18
Override the downloaded filename.
includeHidden?
ts
optional includeHidden: boolean;Defined in: src/typescript/lib/component/table/TableExporter.ts:15
When true, hidden columns are included in the export. Default: false.