Im working on the alarm dashboard in which Im displaying alarms in table format (through GQI) and allowing the users to mask the alarms that they dont want to see on the dashboard. To do this I want to place a button or checkbox in the table. But i couldn't find option to do that. Do i need to add a button from GQI code or i can achieve this in LCA itself?
Kindly suggest.
Hi Baranisudha
This can be achieved using Table templates. These templates allows you to style any table cell the way you want and to create actions and conditions based on the data. To learn more about them, you can take a look at this tutorial.
This is very useful, thanks for the response