How to send repeating children information to another page or content

Hi Rodrigo. You can use Wappler in the way you described, sending the user to another page to display additional information about a selection made, but Wappler has a better solution that uses a single page. The server-side component called a "data detail". It will load the data from your query to the client, but you can set filters to show only subsets of that data initially. When a user clicks on a row or makes a selection, or types in a search, you use the data detail to show the additional (hidden) data for that row/selection/search.

If you wanted to use Wappler in the way you described, then you would use query parameters (URL parameters) to pass the selection to the next page, which would then display all the information.

1 Like