TextColumnOptions
Defined in: packages/core/src/class/ColumnFactory.ts:44
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/class/ColumnFactory.ts:45
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/class/ColumnFactory.ts:23
Inherited from
Section titled “Inherited from”fallbackValue?
Section titled “fallbackValue?”
optionalfallbackValue?:string
Defined in: packages/core/src/class/ColumnFactory.ts:47
getValue?
Section titled “getValue?”
optionalgetValue?: (entity) =>string
Defined in: packages/core/src/class/ColumnFactory.ts:49
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
headerKey
Section titled “headerKey”headerKey:
string
Defined in: packages/core/src/class/ColumnFactory.ts:46
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/class/ColumnFactory.ts:22
Inherited from
Section titled “Inherited from”translationPrefix?
Section titled “translationPrefix?”
optionaltranslationPrefix?:string
Defined in: packages/core/src/class/ColumnFactory.ts:48