I need a help How to set a reload of a table that changes according to the value passed by a dropdown
many thanks for your help
maurizio
Hi Maurizio
You need to place the table inside a Container and use the Event Listener of the container to reload it
I list what i did:i put the table in a container e i activates a advance listener that reload a page in which i put a PHP with a code to fill the table in the containare in the reload page
I set a trigger in the drop
is it right?
A reload replaces the item with the content returned from the other page, you must have a container with a table in the other page
if you need to update a table list when a dropdown changes then you can add a trigger in the dropdown to "Submit" the page, and in the page "Submit" event you can add a "reload page" action, then in the "Load" event BEFORE the table you can update the Read Data which you use for the table records.
Reload = Replace item with content from another form page
So container reload will replace it with whatever content you have in the other page, if you have an empty container then it will replace the current container.
Does this explain it better ?