Facility Control

 View Only
  • 1.  Struct Table Hide Column

    Posted 10-24-2025 15:15

    Is there a way to script to hide a column in a struct table?   (like image below)   I know how to disable a column using 

    <config key="w.columns">' + colsString + '</config>\n\  

    and

    ogscript.setXML

    but I don't want to disable the column, I just want that column to be hidden, and toggled on if needed.    I've tried the following with no luck. 

    <config key="w.columnVisibility">true,true,true,false</config>\n\

    Thank you

    Al. 



    ------------------------------
    Alain Savoie
    Halifax Canada
    ------------------------------


  • 2.  RE: Struct Table Hide Column

    Posted 10-25-2025 20:47

    Yes, and no...

    You cant hide collumns, but you can set wich collumns it should show if you set the right w.option for it (cant remember the exact name now).



    ------------------------------
    Aleksander Stalsberg
    Inland Norway University of Applied Sciences/Lillehammer Icehockey Club
    Norway
    ------------------------------



  • 3.  RE: Struct Table Hide Column

    Posted 10-30-2025 13:00

    Ok.  thank you Alexksander.



    ------------------------------
    Alain Savoie
    Halifax Canada
    ------------------------------