Skip to content

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.

optional assets?: string

Defined in: packages/core/src/types/classNames.ts:13

The row above the table reserved for the assets slot.


optional card?: string

Defined in: packages/core/src/types/classNames.ts:15

The bordered card wrapping the toolbar, table and pagination.


optional container?: string

Defined in: packages/core/src/types/classNames.ts:11

The outermost wrapper.


optional content?: string

Defined in: packages/core/src/types/classNames.ts:19

TableContent’s <table> wrapper.


optional pagination?: string

Defined in: packages/core/src/types/classNames.ts:21

TablePagination’s wrapper.


optional toolbar?: string

Defined in: packages/core/src/types/classNames.ts:17

TableToolbar’s wrapper (search + column-visibility menu).