Posted 31 May 2021, 3:13 am EST
Hi,
I’m trying to filter data based on previous column cell selection value. For which I’ve followed the below snippet.
https://stackblitz.com/edit/js-yv2psm?file=index.js
In my case, I have data available and used above snippet solution to achieve the mentioned functionality but it is not working for my case.
For example - in my case ,On selection of section, I am trying to change the subjects collection with its preselected value.
Below is my snippet.
https://stackblitz.com/edit/angular-fnxrad?file=src/app/app.component.ts
Please help me with the solution.
Thank You.