Fix selection reset issue (#2414)

This commit is contained in:
Popovics András
2017-10-03 16:05:06 +01:00
committed by Eugenio Romano
parent 757128186c
commit 8afe358f33
2 changed files with 7 additions and 0 deletions

View File

@@ -484,6 +484,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
}
resetSelection() {
this.dataTable.resetSelection();
this.selection = [];
}