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:
parent
0c160bf369
commit
b63978301b
@ -132,7 +132,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</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">
|
||||
<table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity"
|
||||
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user