mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
ability to change position of the dropdown menu (left|right) (#1590)
* ability to change position of the dropdown menu (left|right) * unit tests
This commit is contained in:
committed by
Mario Romano
parent
5c5911beef
commit
7c54090dea
@@ -7,6 +7,7 @@
|
||||
<alfresco-datatable
|
||||
[data]="data"
|
||||
[actions]="contentActions"
|
||||
[actionsPosition]="contentActionsPosition"
|
||||
[multiselect]="multiselect"
|
||||
[fallbackThumbnail]="fallbackThumbnail"
|
||||
(showRowContextMenu)="onShowRowContextMenu($event)"
|
||||
|
@@ -74,6 +74,9 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
@Input()
|
||||
contentActions: boolean = false;
|
||||
|
||||
@Input()
|
||||
contentActionsPosition: string = 'right'; // left|right
|
||||
|
||||
@Input()
|
||||
contextMenuActions: boolean = false;
|
||||
|
||||
|
Reference in New Issue
Block a user