mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-28454 Improve datatable actions display (#10445)
* AAE-28454 Improve datatable actions display * AAE-28454 Improve datatable style
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
[actionsPosition]="actionsPosition"
|
||||
[contextMenu]="showContextMenu"
|
||||
[showMainDatatableActions]="showMainDatatableActions"
|
||||
[showProvidedActions]="showProvidedActions"
|
||||
[isResizingEnabled]="isResizingEnabled"
|
||||
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
||||
(showRowContextMenu)="onShowRowContextMenu($event)"
|
||||
|
@@ -192,6 +192,10 @@ export class ProcessListCloudComponent
|
||||
@Input()
|
||||
showActions: boolean = false;
|
||||
|
||||
/** Toggles the provided actions. */
|
||||
@Input()
|
||||
showProvidedActions: boolean = false;
|
||||
|
||||
/** Position of the actions dropdown menu. Can be "left" or "right". */
|
||||
@Input()
|
||||
actionsPosition: string = 'right'; // left|right
|
||||
|
Reference in New Issue
Block a user