TableContentProps
Defined in: packages/react/src/components/TableContent.tsx:25
Type Parameters
Section titled “Type Parameters”TData
TValue
Section titled “TValue”TValue
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Defined in: packages/react/src/components/TableContent.tsx:30
columns
Section titled “columns”columns:
ColumnDef<TData,TValue>[]
Defined in: packages/react/src/components/TableContent.tsx:27
getPinnedItemClassDefinition
Section titled “getPinnedItemClassDefinition”getPinnedItemClassDefinition: (
index,itemsLength,pinnedState) =>Record<string,boolean>
Defined in: packages/react/src/components/TableContent.tsx:31
Parameters
Section titled “Parameters”number
itemsLength
Section titled “itemsLength”number
pinnedState
Section titled “pinnedState”ColumnPinningPosition
Returns
Section titled “Returns”Record<string, boolean>
keys:
FlexTableKeys
Defined in: packages/react/src/components/TableContent.tsx:29
slotComponent?
Section titled “slotComponent?”
optionalslotComponent?:ComponentType<SlotProps<TData>>
Defined in: packages/react/src/components/TableContent.tsx:36
t:
TranslateFn
Defined in: packages/react/src/components/TableContent.tsx:28
table:
Table<TData>
Defined in: packages/react/src/components/TableContent.tsx:26