NameColumnOptions
Defined in: packages/core/src/class/ColumnFactory.ts:33
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:34
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/class/ColumnFactory.ts:23
Inherited from
Section titled “Inherited from”descriptionClassName?
Section titled “descriptionClassName?”
optionaldescriptionClassName?:string
Defined in: packages/core/src/class/ColumnFactory.ts:38
getDescription?
Section titled “getDescription?”
optionalgetDescription?: (entity) =>string|undefined
Defined in: packages/core/src/class/ColumnFactory.ts:40
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string | undefined
getTitle
Section titled “getTitle”getTitle: (
entity) =>string
Defined in: packages/core/src/class/ColumnFactory.ts:39
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
hasDescription?
Section titled “hasDescription?”
optionalhasDescription?:boolean
Defined in: packages/core/src/class/ColumnFactory.ts:36
headerKey?
Section titled “headerKey?”
optionalheaderKey?:string
Defined in: packages/core/src/class/ColumnFactory.ts:35
onTitleClick?
Section titled “onTitleClick?”
optionalonTitleClick?: (entity) =>void
Defined in: packages/core/src/class/ColumnFactory.ts:41
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”void
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/class/ColumnFactory.ts:22
Inherited from
Section titled “Inherited from”titleClassName?
Section titled “titleClassName?”
optionaltitleClassName?:string
Defined in: packages/core/src/class/ColumnFactory.ts:37