angular mat row code example
Example 1: mat-table style header
mat-table style header
Example 2: mat-header-cell meterial style
<table mat-table [dataSource]="myDataArray">
...
</table>
mat-table style header
<table mat-table [dataSource]="myDataArray">
...
</table>