Skip to content

ExportMethods

Export methods returned from useGridExport.

PropertyTypeDescription
exportToCsv(filename: string, params: Partial<ExportParams>) => voidExport grid data to CSV file.
exportToExcel(filename: string, params: Partial<ExportParams>) => voidExport grid data to Excel file (XML Spreadsheet format).
exportToJson(filename: string, params: Partial<ExportParams>) => voidExport grid data to JSON file.
isExporting() => booleanCheck if an export is currently in progress.
getLastExport() => object | unknownGet information about the last export.
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt