Nested data filter row selection
Hello, I'm working on a project where I'll have data categorized in a data table and users will down select to a specific option via an interface I'm creating. What I want the script below to do is:In the left radio box, Choice 1, the person selects the age.In the data table all rows that are not that age are hidden and excluded in the data table.In the right radio box, Choice 2, it's dynamically ...