mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
committed by
Maurizio Vitale
parent
c4132b920a
commit
d914115f82
@@ -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 = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user