SeizenTableProps
Defined in: packages/core/src/table/SeizenTable.tsx:42
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName:string
Defined in: packages/core/src/table/SeizenTable.tsx:51
Additional CSS class name for the table container
loaderComponent?
Section titled “loaderComponent?”
optionalloaderComponent:ReactNode
Defined in: packages/core/src/table/SeizenTable.tsx:72
Custom loader component. Defaults to a built-in spinner.
Example
Section titled “Example”loaderComponent={<MySpinner size="lg" />}loading?
Section titled “loading?”
optionalloading:boolean
Defined in: packages/core/src/table/SeizenTable.tsx:64
Show loading overlay on the table. Useful for Remote Mode when fetching data.
Default
Section titled “Default”falsepaginate?
Section titled “paginate?”
optionalpaginate:PaginateOptions
Defined in: packages/core/src/table/SeizenTable.tsx:56
Pagination options
table:
SeizenTableInstance<TData>
Defined in: packages/core/src/table/SeizenTable.tsx:46
The table instance from useSeizenTable