Hi how can a i add a dropdown or more of a toggle in my grid data. I have a grid of tallied problems e.g., Broken Glass 5/10 and I want to add a dropdown where it would show me all the data containing that specific problem, so in the given example since there are 5 reported broken glass i want the dropdown to show those 5 separate issues reported by my customers. How can i do that?
I assume you’re showing a data grid of the “parent level” issues. Then, you should already have a relation to the “children” rows to get the “count” of 5/10.
Add a button to each row, show a detail/new screen, and add a collection using the relation to show all “children” rows.