NameColumnConfig
Defined in: packages/core/src/types/column.ts:25
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:27
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/types/column.ts:8
Inherited from
Section titled “Inherited from”descriptionClassName?
Section titled “descriptionClassName?”
optionaldescriptionClassName?:string
Defined in: packages/core/src/types/column.ts:31
getDescription?
Section titled “getDescription?”
optionalgetDescription?: (entity) =>string|undefined
Defined in: packages/core/src/types/column.ts:33
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/types/column.ts:32
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”string
hasDescription
Section titled “hasDescription”hasDescription:
boolean
Defined in: packages/core/src/types/column.ts:29
headerLabel
Section titled “headerLabel”headerLabel:
string
Defined in: packages/core/src/types/column.ts:28
optionalid?:string
Defined in: packages/core/src/types/column.ts:6
Inherited from
Section titled “Inherited from”kind:
"name"
Defined in: packages/core/src/types/column.ts:26
onTitleClick?
Section titled “onTitleClick?”
optionalonTitleClick?: (entity) =>void
Defined in: packages/core/src/types/column.ts:34
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/types/column.ts:7
Inherited from
Section titled “Inherited from”titleClassName?
Section titled “titleClassName?”
optionaltitleClassName?:string
Defined in: packages/core/src/types/column.ts:30