I have a page that lists the records of a database table that are filtered by varying the select values of some dropdowns
Everything works fine
But I have the same select dropdowns also on another page and I would like that after choosing the values and clicking on a button to open the list page replacing the corresponding values and displaying the records accordingly
I would like to know which is the best solution with Wappler
I hope I have explained the problem well
Does anyone know how to do?
Thank you
You can use
- URL parameters to pass the value to the other page
- Session variables can be used for the whole site.
I think that in your case, the second option should work best.
The problem is not passing the values to the page, but how to change the filter choices on the list page
First define the parameters as per
Then use that value to set the value of the select input
1 Like
Thank you
now just add Dynamic Attributes value = variable to each selection and everything works perfectly
1 Like