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>
|
class="no-data-found">{{ 'common.loading' | translate }}</span>
|
||||||
</div>
|
</div>
|
||||||
<mat-divider *ngIf="displayPagination"></mat-divider>
|
<mat-divider *ngIf="displayPagination"></mat-divider>
|
||||||
<mat-paginator *ngIf="displayPagination"
|
<mat-paginator [fxShow]="displayPagination"
|
||||||
[length]="dataSource.total() | async"
|
[length]="dataSource.total() | async"
|
||||||
[pageIndex]="pageLink.page"
|
[pageIndex]="pageLink.page"
|
||||||
[pageSize]="pageLink.pageSize"
|
[pageSize]="pageLink.pageSize"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user