Hi,
I’m working on a DataMiner protocol where one of the columns in a retrieved table contains a value that functions as a key or token. While this value is required for technical purposes, I’d prefer to keep it hidden by default in the UI but still allow it to be viewed temporarily when needed (similar to a "show password" feature or tooltip).
Is there a way to implement this either:
-
In the protocol code or XML to control visibility dynamically?
-
Or through a UI feature that allows users to toggle or temporarily view the value in the table?
Ideally, I’d like to prevent the value from being always exposed but still allow access when necessary (e.g. for troubleshooting).
Thanks in advance for your help!
Best regards,