TextColumnConfig
Defined in: packages/core/src/types/column.ts:37
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”accessorKey
Section titled “accessorKey”accessorKey: keyof
T
Defined in: packages/core/src/types/column.ts:39
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/types/column.ts:8
Inherited from
Section titled “Inherited from”fallbackValue
Section titled “fallbackValue”fallbackValue:
string
Defined in: packages/core/src/types/column.ts:41
getValue?
Section titled “getValue?”
optionalgetValue?: (entity) =>string
Defined in: packages/core/src/types/column.ts:43
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
headerLabel
Section titled “headerLabel”headerLabel:
string
Defined in: packages/core/src/types/column.ts:40
optionalid?:string
Defined in: packages/core/src/types/column.ts:6
Inherited from
Section titled “Inherited from”kind:
"text"
Defined in: packages/core/src/types/column.ts:38
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/types/column.ts:7
Inherited from
Section titled “Inherited from”translationPrefix?
Section titled “translationPrefix?”
optionaltranslationPrefix?:string
Defined in: packages/core/src/types/column.ts:42