mdlivingston / mat-select-filter

mat-select-filter
MIT License
28 stars 30 forks source link

mat-select-filter in mat-table #17

Open erykschubert opened 3 years ago

erykschubert commented 3 years ago

Hey, I'd like to use your mat-select-filter in one column of mat-table. The problem is that there are many rows in that table so also many mat-select-filter components. Unfortunately, all of them share the same filtered array, so filtering in one row affects the rest. Do you have any idea how the handle such situation?

eklavyalodha commented 12 months ago

I am facing the same issue, did you get any solution of above ? @erykschubert