ExportMethods
Export methods returned from useGridExport.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
exportToCsv | (filename: string, params: Partial<ExportParams>) => void | Export grid data to CSV file. |
exportToExcel | (filename: string, params: Partial<ExportParams>) => void | Export grid data to Excel file (XML Spreadsheet format). |
exportToJson | (filename: string, params: Partial<ExportParams>) => void | Export grid data to JSON file. |
isExporting | () => boolean | Check if an export is currently in progress. |
getLastExport | () => object | unknown | Get information about the last export. |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt