I am working on an App using local Data in a Table.
I have created a main Table with a few Pages (“Tables”).
I want to display a particular “Page” when I click on a button.
I do not see any Block that allows me to select that option.
Also, is it possible to only display a particular row data while hiding the rest?
In the third page, I have 2 Lists.
When I click on List 1, I want the data from Table Page 2 to be displayed.
When I click on List 2, I want the data from Table Page 3 to be displayed.
Alternatively, I can combine the data from Table Page 2 and Page 3 into separate Rows
and display the correct Row when I make the selection.