PropertiesToColumnsParams
@firecms/core / PropertiesToColumnsParams
Interface: PropertiesToColumnsParams<M>
Section titled “Interface: PropertiesToColumnsParams<M>”Defined in: components/EntityCollectionTable/column_utils.tsx:20
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”AdditionalHeaderWidget?
Section titled “AdditionalHeaderWidget?”
optionalAdditionalHeaderWidget:ComponentType<{onHover:boolean;property:ResolvedProperty;propertyKey:string; }>
Defined in: components/EntityCollectionTable/column_utils.tsx:24
forceFilter?
Section titled “forceFilter?”
optionalforceFilter:Partial<Record<keyofMextendsstring? keyofany:never, [WhereFilterOp,any]>>
Defined in: components/EntityCollectionTable/column_utils.tsx:23
properties
Section titled “properties”properties:
ResolvedProperties<M>
Defined in: components/EntityCollectionTable/column_utils.tsx:21
sortable?
Section titled “sortable?”
optionalsortable:boolean
Defined in: components/EntityCollectionTable/column_utils.tsx:22