Optional
buttonCancelVariant?: "text" | "outlined" | "contained"Optional
buttonExportVariant?: "text" | "outlined" | "contained"The variant of the export button.
Optional
buttonsClassName?: stringThe class name of the buttons.
Optional
buttonSelectAllVariant?: "text" | "outlined" | "contained"The variant of the select all button.
Optional
buttonVariant?: "text" | "outlined" | "contained"The variant of the buttons.
Optional
buttonVariants?: "text" | "outlined" | "contained"The variants of the buttons.
Optional
children?: ReactNodeThe children to display on the button. If not provided, default text will be displayed.
Optional
disableFilename?: booleanIf true, the filename will be disabled.
Optional
disableLimit?: booleanIf true, the limit will be disabled.
Optional
exportableData?: (The data to export. If not provided, the popup will be disabled.
Optional
filename?: stringThe filename to export the data as. If not provided, the default filename will be used. Also disables the filename field if not undefined.
Optional
i18n?: UseTranslationResponse<"translation", undefined>The i18n instance to use. If not provided, the default i18n instance will be used.
Optional
limit?: numberThe limit of the data to export. If not provided, the default limit will be used. Also disables the limit field if not undefined.
The function to call when the user exports the data
The variant of the cancel button.