mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-12 03:21:37 +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>
|
||||
</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;"
|
||||
class="order"
|
||||
|
@ -125,7 +125,7 @@
|
||||
</mat-cell>
|
||||
</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;"
|
||||
class="product"
|
||||
|
Loading…
x
Reference in New Issue
Block a user