How to set a reload of a table

mas80082 23 Jul, 2025

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

Max_admin 23 Jul, 2025
Answer

Hi Maurizio

You need to place the table inside a Container and use the Event Listener of the container to reload it

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mas80082 23 Jul, 2025

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?

Max_admin 23 Jul, 2025

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.

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mas80082 25 Jul, 2025

Hi Maxi can't manage to solve this aspect i don't know how to set it. 

Max_admin 29 Jul, 2025

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 ?

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.