Fixed Scroll and pagination buttons are absent on the SCADA symbol and Image gallery tables when there are 20+ elements

This commit is contained in:
mpetrov 2024-11-19 19:22:25 +02:00
parent 0c160bf369
commit b63978301b

View File

@ -132,7 +132,7 @@
</button> </button>
</div> </div>
</mat-toolbar> </mat-toolbar>
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col"> <div *ngIf="mode === 'list'" class="flex flex-1 flex-col h-full overflow-hidden">
<div class="table-container flex-1"> <div class="table-container flex-1">
<table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity" <table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity"
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear> matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>