Hi Dojo,
I have an application where I use action buttons in DOM to update the state of my DOM instance.
All of this is working as expected, however, I'm unable to identify how I could trigger an update of the (GQI) table in my app, listing my DOM instances after an action button is pressed in the form component.
Do you have any suggestions?
Hi Ive,
I've also come across this predicament before.
Unfortunately, unlike on an action button in the header bar, there is no possibility to add a follow up action on an action button in a table. I believe I did create a new feature request for that. My workaround so far is to provide a refresh button in the header bar.
For the update of the table, you can trigger an 'Execute component action' > 'Table, Fetch the data' > '[select table]'