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

@@ -44,6 +44,9 @@ export class DataTableComponent implements OnInit {
@Input()
actions: boolean = false;
@Input()
actionsPosition: string = 'right'; // left|right
@Input()
fallbackThumbnail: string;