AAE-28454 Improve datatable actions display (#10445)

* AAE-28454 Improve datatable actions display

* AAE-28454 Improve datatable style
This commit is contained in:
Diogo Bastos
2024-12-04 11:43:44 +00:00
committed by GitHub
parent c92d34f2f8
commit 70a38aecda
6 changed files with 199 additions and 87 deletions

View File

@@ -11,6 +11,7 @@
[actionsPosition]="actionsPosition"
[contextMenu]="showContextMenu"
[showMainDatatableActions]="showMainDatatableActions"
[showProvidedActions]="showProvidedActions"
[isResizingEnabled]="isResizingEnabled"
(showRowActionsMenu)="onShowRowActionsMenu($event)"
(showRowContextMenu)="onShowRowContextMenu($event)"

View File

@@ -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