hello, I have a list with two fields: id, name and a detail button,
How do I make it so that when I click on the button, I take the selected data to another page with a form and with the name fields, as if I were a change form?
I looked in the tutorials here, but I didn’t find anything similar, just a few passing url parameters, but not to another page, I would like to know how to do this in wappler.
do you have any example of this process?, because it does not seem to be that simple, because in the inputs of the other form I will have to show the records of the id of the selected list.
A browser component and a data source is added to the employees page. A table showing the employees is added using generators. The row containing the employee gets an on-click event, the action is to go to the details page with the emplyee id as the parameter.