Fixed entities table manual sort if pagination disabled
This commit is contained in:
parent
19a953428e
commit
a5cb9899f7
@ -262,7 +262,7 @@
|
||||
class="no-data-found">{{ 'common.loading' | translate }}</span>
|
||||
</div>
|
||||
<mat-divider *ngIf="displayPagination"></mat-divider>
|
||||
<mat-paginator *ngIf="displayPagination"
|
||||
<mat-paginator [fxShow]="displayPagination"
|
||||
[length]="dataSource.total() | async"
|
||||
[pageIndex]="pageLink.page"
|
||||
[pageSize]="pageLink.pageSize"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user