Hi All
Is it possible to dynamically shows all parameters or elements which we require for monitoring as objects in a way that it feels entire page rather than using table to display data?
We can't have fixed pages as the elements and parameters need to change and page needs to filled up dynamically based on events.
Hi Ladan,
Using a Grid component might be a good solution, as it gives you the flexibility to design and arrange content dynamically.
Additionally, you could create an Ad-Hoc data source to dynamically generate the "objects" you wish to display based on your specific requirements.
Yes, for example, you can refer to the following documentation:
In this approach:
Each GQIColumn corresponds to a property of your class, while each object will have a GQICell that holds the respective values of those properties.
From there, you can add this information to a grid component and unlock a wide range of customization options 😉
For more details, check this tutorial:
https://community.dataminer.services/courses/kata-16/
Is there any example for creating Ad-Hoc data source to dynamically generate the "objects"? This may be more related to what we need