mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-28454 Add column merge to admin tasklist component (#10464)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
[actionsPosition]="actionsPosition"
|
||||
[contextMenu]="showContextMenu"
|
||||
[resolverFn]="boundReplacePriorityValues"
|
||||
[showProvidedActions]="showProvidedActions"
|
||||
[showMainDatatableActions]="showMainDatatableActions"
|
||||
[isResizingEnabled]="isResizingEnabled"
|
||||
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
||||
|
@@ -101,6 +101,10 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
|
||||
@Input()
|
||||
showContextMenu: boolean = false;
|
||||
|
||||
/** Toggles the provided actions. */
|
||||
@Input()
|
||||
showProvidedActions: boolean = false;
|
||||
|
||||
/** Toggles main datatable actions. */
|
||||
@Input()
|
||||
showMainDatatableActions: boolean = false;
|
||||
|
Reference in New Issue
Block a user