[ADF-3196] [Task list / Process list] - The 'Task details' are not diplayed for the selected Task (#3483)

* [ADF-3196] [Task list / Process list] - The 'Task details' are not displayed for the selected Task

* * After rebase
This commit is contained in:
siva kumar
2018-06-15 17:32:23 +05:30
committed by Maurizio Vitale
parent c4132b920a
commit d914115f82
2 changed files with 10 additions and 25 deletions

View File

@@ -296,6 +296,7 @@ export class DataTableComponent implements AfterContentInit, OnChanges, DoCheck,
private initTable() {
this.data = new ObjectDataTableAdapter(this.rows, this.columns);
this.setTableSorting(this.sorting);
this.resetSelection();
this.rowMenuCache = {};
}