I have this table using mat-table and I'm adding a dynamic row on it by clicking a button. One of the column of the said table has a drop down using mat-select with a static mat-option. Please visit this stackblitz for my sample reproduction of my table.
My primary goal is to hide the item that I already selected previously.
Hope you can guide me on how to implement this.
Thanks!
