selected row highlight (#1448)

* showing selected row

Support for showing selected row for the components:

- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList

fixes #170

* unit test fixes
This commit is contained in:
Denys Vuika
2017-01-13 12:45:37 +00:00
committed by Mario Romano
parent 01ab948666
commit 0fa87bb17d
8 changed files with 37 additions and 15 deletions

View File

@@ -48,6 +48,7 @@ export class ShareDataTableAdapter implements DataTableAdapter, PaginationProvid
thumbnails: boolean = false;
dataLoaded: DataLoadedEventEmitter;
selectedRow: DataRow;
constructor(private documentListService: DocumentListService,
private basePath: string,