ToReactColumnDefOptions
Defined in: packages/react/src/columnFactory.tsx:53
Type Parameters
Section titled “Type Parameters”TEntity
Section titled “TEntity”TEntity extends EntityLike
Properties
Section titled “Properties”components?
Section titled “components?”
optionalcomponents?:Partial<FlexTableComponents<TEntity>>
Defined in: packages/react/src/columnFactory.tsx:55
customRenderers?
Section titled “customRenderers?”
optionalcustomRenderers?:Record<string, (options,t) =>ColumnDefTemplate<CellContext<TEntity,unknown>> |undefined>
Defined in: packages/react/src/columnFactory.tsx:59
Renderers for kinds registered via ColumnFactory.registerColumnType() / built with .custom().
optionalkeys?:Partial<FlexTableKeys>
Defined in: packages/react/src/columnFactory.tsx:57
Overrides for the fixed translation keys used by generated actions/expandRow cells — see FlexTableKeys.
t:
TranslateFn
Defined in: packages/react/src/columnFactory.tsx:54