FlexTableClassNames
Defined in: packages/core/src/types/classNames.ts:9
Structural override points for FlexTable’s own layout — the “order
layers” that wrap the table itself (as opposed to per-column className,
see ColumnFactory). Every field is additive: it’s merged on top of the
built-in classes via cn()/tailwind-merge, never a full replacement, so
the table keeps its default appearance unless you specifically override a
layer.
Properties
Section titled “Properties”assets?
Section titled “assets?”
optionalassets?:string
Defined in: packages/core/src/types/classNames.ts:13
The row above the table reserved for the assets slot.
optionalcard?:string
Defined in: packages/core/src/types/classNames.ts:15
The bordered card wrapping the toolbar, table and pagination.
container?
Section titled “container?”
optionalcontainer?:string
Defined in: packages/core/src/types/classNames.ts:11
The outermost wrapper.
content?
Section titled “content?”
optionalcontent?:string
Defined in: packages/core/src/types/classNames.ts:19
TableContent’s <table> wrapper.
pagination?
Section titled “pagination?”
optionalpagination?:string
Defined in: packages/core/src/types/classNames.ts:21
TablePagination’s wrapper.
toolbar?
Section titled “toolbar?”
optionaltoolbar?:string
Defined in: packages/core/src/types/classNames.ts:17
TableToolbar’s wrapper (search + column-visibility menu).