Skip to content

Function: useExport()

useExport<TRow>(config): UseExportReturn<TRow>

Defined in: src/export/use-export.ts:36

Hook providing data export functionality. Supports CSV and Excel formats with configurable scope and formatting.

Type Parameters

TRow

TRow

Parameters

config

UseExportConfig<TRow>

Returns

UseExportReturn<TRow>