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."
Are you filling your table using an ad-hoc data source, or a pre-defined one?