I'm working with a table component, and the project requires creating a subview dependent on each row. However, when selecting the subview, the row isn't selected, so my parameter is giving me incorrect information.
The parameter I created for the subview has to work independently for each row. As you can see, I have to select the first row and then the subview to get the correct data for that row. I want to skip that step so that selecting the subview is easier and the required row is automatically selected. Any ideas?
Pd: The subview only works by showing me a parameter to tell me which part the information comes from, nothing else.