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,
For now you will indeed, as Wouter suggests, need to create a button to trigger a table refetch action.
Note that you can also add a button to your app that saves the current state of the DOM instance in your form component. After that save action you can configure a table refetch action.
FYI, development has started on realtime updates in GQI. This means that if a DOM instance is updated it should automatically be visible in the table. This will reduce the overhead of fetching all DOM instances which have not been updated. Note that there will be conditions that could limit receiving updates, for example when using certain operations such as join, aggregation, top-x...