Populate Data into Grouptable from arraylist

hey there,
I am trying to populate set of data into Group Table/Table from array list instead of using collection/instance without bind to any entities, is there any ways/workaround to solve this?

Hi Amir,

If you have data that are not represented as a JPA or DTO entity, the most effective way to display them is to create a list of KeyValueEntity instances and to use KeyValueCollectionContainer.

See an example of displaying dynamic data structure: https://demo.jmix.io/sampler/#main/sample?id=datagrid-var-columns

1 Like