Hi,
I want to hide some columns in Alarms Status/Journal table based on some tag values. The currently available option is by clicking the "Table header " in runtime where you can hide/unhide the required columns, but this was not meeting my requirement based on my group filtering.
I want to control the visibility of the column based on the group selection values and so is there a way to access the visibility Property of each column…
Thanks
Hello. Do we have any update?
Just create a custom property to store your filter information, and use the propertyChange event handler to update the table columns via scripting any time the custom property changes.