IExportToExcelButtonProps
@spartanfx/react / index / IExportToExcelButtonProps
Interface: IExportToExcelButtonProps
Props for the ExportToExcelButton component.
Properties
Required
| Property | Type | Description |
|---|---|---|
items | IExportToExcelItem | An object containing datasets for each sheet to be exported. |
schema | IExportToExcelSchema | A schema that defines the columns and labels for each Excel sheet. |
Options
Events & callbacks
| Property | Type | Description |
|---|---|---|
translate? | (key) => string | Optional translation function to localize field values. |