mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Added sticky header to the e-commerce tables
This commit is contained in:
parent
94d20f8d8d
commit
6320e98938
|
@ -112,7 +112,7 @@
|
||||||
</mat-cell>
|
</mat-cell>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
|
<mat-header-row *matHeaderRowDef="displayedColumns; sticky:true"></mat-header-row>
|
||||||
|
|
||||||
<mat-row *matRowDef="let order; columns: displayedColumns;"
|
<mat-row *matRowDef="let order; columns: displayedColumns;"
|
||||||
class="order"
|
class="order"
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
</mat-cell>
|
</mat-cell>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
|
<mat-header-row *matHeaderRowDef="displayedColumns; sticky:true"></mat-header-row>
|
||||||
|
|
||||||
<mat-row *matRowDef="let product; columns: displayedColumns;"
|
<mat-row *matRowDef="let product; columns: displayedColumns;"
|
||||||
class="product"
|
class="product"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user