Fixed entities table loading first page pagination if time window was changed
This commit is contained in:
parent
15a6b2655e
commit
7077a81d61
@ -432,6 +432,9 @@ export class EntitiesTableComponent extends PageComponent implements AfterViewIn
|
||||
}
|
||||
|
||||
onTimewindowChange() {
|
||||
if (this.displayPagination) {
|
||||
this.paginator.pageIndex = 0;
|
||||
}
|
||||
this.updateData();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user