I am using a mat-table with data flowing at run-time. It has a sticky header. I am looking to freeze few rows based upon a certain condition. My problem is , I am unable to find anything related to sticky rows.
I've seen this Sticky table rows, but differs a lot from my requirement. Also, tried matRowDef="position: sticky" and other parameters related to sticky.
Can anyone guide me as to how can I make a sticky row in a mat-table?