Hi community,
I have a DOM definition, where I allow multiple instances of some sections.
This is great to allow the user to add multiple times a set of data following the same structure.
Now I would like to display the different dom instances in a table, where it would be useful to also visualize these multiple instances of the sections.
Are there any options to visualize these multiple instances in a table?
Hi Ive,
This is something we're actively working on. It's part of a broader feature where GQI will be able to address nested collections.
One workaround could be to consume a user definable API inside an ad hoc data source in GQI. This still gives total control but requires some work to set up.
Hi Ive, currently it is only possible to show the first instance in a table, similar to multiple instances of a DOM field (list). This is definitely something that we want to address in the future, I'll reach out to learn more about your use cases.