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:
Denys Vuika
2017-02-06 09:55:12 +00:00
committed by Mario Romano
parent 5c5911beef
commit 7c54090dea
7 changed files with 93 additions and 9 deletions

View File

@@ -7,6 +7,7 @@
<alfresco-datatable
[data]="data"
[actions]="contentActions"
[actionsPosition]="contentActionsPosition"
[multiselect]="multiselect"
[fallbackThumbnail]="fallbackThumbnail"
(showRowContextMenu)="onShowRowContextMenu($event)"