Browse Source

Fixed reltions table pagination when switch direction

pull/5330/head
ArtemDzhereleiko 5 years ago
parent
commit
4cb3319f1d
  1. 1
      ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts

1
ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts

@ -124,6 +124,7 @@ export class RelationTableComponent extends PageComponent implements AfterViewIn
directionChanged(direction: EntitySearchDirection) {
this.direction = direction;
this.updateColumns();
this.paginator.pageIndex = 0;
this.updateData(true);
}

Loading…
Cancel
Save