How does the 'Save Layout' available when we right click a table header in an element works?
Will this setting be inherited by all elements running the same protocol?
If this setting kept if we log out and in again?
Is this a per user setting?
When clicking 'Save layout', the table layout (column width, position and visibility) is saved per table per protocol per user. So yes, it is applied to all elements running the same protocol (for that user). It will not be lost after logging out and in again. To reset to the defaults, click "Reset layout".
The layout is saved in the user settings under the Table.Columns.Layout key.
This feature is available since 10.0.6 (feature release) and 10.1.0 (main release).
You can find more info under release note 22866.
Hi Daniela,
Please find below some answers to your questions:
- Will this setting be inherited by all elements running the same protocol?
By default the layout is stored per user. Once a layout is stored, it is available in the file ClientSettings.json (C:\Skyline DataMiner\Users\MyUser\). This layout is stored as JSON object (under Tables.Columns.Layout). If you check the JSON object generated, you will notice that there is no reference to an element ID, which means that the layout will be applied whenever there is a new element using the same protocol. I performed a small test and the new element is using the saved layout - If this setting kept if we log out and in again?
Since this is a user setting, the layout should be loaded when you log in. I performed a small test and this is the case. - Is this a per user setting?
Yes. Currently there is no UI to save the layout in the group settings, so you have to edit the JSON file manually. The easiest way to configure table layouts for a group is to save them for one user, and then copy the setting value (or only the desired part) to the group JSON file.
Reference: RN22866