core/data-grid/data-grid.model.ts
Describes a data grid action control for the header.
Properties |
|
Methods |
callback |
callback()
|
A callback function.
Returns :
void
|
Optional showIf |
showIf()
|
Determines if the action should be shown.
Returns :
boolean
|
template |
template:
|
Type : TemplateRef<any>
|
Optional |
Custom template can be provided. If no template is provided, the default headerActionControl template is used. |