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"
|
[actionsPosition]="actionsPosition"
|
||||||
[contextMenu]="showContextMenu"
|
[contextMenu]="showContextMenu"
|
||||||
[resolverFn]="boundReplacePriorityValues"
|
[resolverFn]="boundReplacePriorityValues"
|
||||||
|
[showProvidedActions]="showProvidedActions"
|
||||||
[showMainDatatableActions]="showMainDatatableActions"
|
[showMainDatatableActions]="showMainDatatableActions"
|
||||||
[isResizingEnabled]="isResizingEnabled"
|
[isResizingEnabled]="isResizingEnabled"
|
||||||
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
||||||
|
@@ -101,6 +101,10 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
|
|||||||
@Input()
|
@Input()
|
||||||
showContextMenu: boolean = false;
|
showContextMenu: boolean = false;
|
||||||
|
|
||||||
|
/** Toggles the provided actions. */
|
||||||
|
@Input()
|
||||||
|
showProvidedActions: boolean = false;
|
||||||
|
|
||||||
/** Toggles main datatable actions. */
|
/** Toggles main datatable actions. */
|
||||||
@Input()
|
@Input()
|
||||||
showMainDatatableActions: boolean = false;
|
showMainDatatableActions: boolean = false;
|
||||||
|
Reference in New Issue
Block a user