Hi all!
Is use the trigger component in a low-code app to refresh a table component based on a timer (5 minutes).
When a click on a row of my table, a new panel is opened with a form component matching the dom instance selected.
But if i leave the panel open too long, the timer is triggered to refresh the table in the background page. The fields in the current panel are updated with values from another dom instance.
Is there a way to keep the selected row after the refresh? Or any ideas as workaround (disable the timer...)?
Thanks
Regards
I use an ad-hoc data source.
Apologies, i did not make correctly the last step. Now it works as expected.
"Select the trigger feed in the data pane and drag it to the component (e.g. a table component) that should be refreshed based on the trigger."
Hi Kévin,
Whenever a table refetches data, using a trigger or an action, the previously selected data should already be reselected whenever possible. The only case where the feed is cleared is when the originally selected data is no longer present in the table.
Can you share some more info about the DataMiner version you are using and the query used in the table?
Are you filling your table using an ad-hoc data source, or a pre-defined one?