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

@@ -26,6 +26,8 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
private _rows: DataRow[];
private _columns: DataColumn[];
selectedRow: DataRow;
static generateSchema(data: any[]) {
let schema = [];