ActionsColumnOptions
Defined in: packages/core/src/class/ColumnFactory.ts:73
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T extends EntityLike
Properties
Section titled “Properties”canDelete?
Section titled “canDelete?”
optionalcanDelete?: (entity) =>boolean
Defined in: packages/core/src/class/ColumnFactory.ts:77
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”boolean
canEdit?
Section titled “canEdit?”
optionalcanEdit?: (entity) =>boolean
Defined in: packages/core/src/class/ColumnFactory.ts:78
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”boolean
className?
Section titled “className?”
optionalclassName?:ClassNameProp<T>
Defined in: packages/core/src/class/ColumnFactory.ts:23
Inherited from
Section titled “Inherited from”customActions?
Section titled “customActions?”
optionalcustomActions?:CustomActionConfig<T>[]
Defined in: packages/core/src/class/ColumnFactory.ts:80
onDelete
Section titled “onDelete”onDelete: (
ids,resetSelection?) =>void
Defined in: packages/core/src/class/ColumnFactory.ts:75
Parameters
Section titled “Parameters”T["id"][]
resetSelection?
Section titled “resetSelection?”() => void
Returns
Section titled “Returns”void
onEdit
Section titled “onEdit”onEdit: (
entity) =>void
Defined in: packages/core/src/class/ColumnFactory.ts:76
Parameters
Section titled “Parameters”entity
Section titled “entity”T
Returns
Section titled “Returns”void
shouldShowTrashIcon?
Section titled “shouldShowTrashIcon?”
optionalshouldShowTrashIcon?:boolean
Defined in: packages/core/src/class/ColumnFactory.ts:79
testId?
Section titled “testId?”
optionaltestId?:string
Defined in: packages/core/src/class/ColumnFactory.ts:22