angular mat table scroll to row without scrolling to whole page code example
Example: mat table vertical scroll fixed header
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>