I want to change column width of a GUI table when a string that is too long to fit in a cell is written to the table.
I added subnodes to the cellwidth attribute, and I am changing the value of them under "VIEW:/active" during simulation. However, they are not reflected in the displayed table.
Also, There is no change even if I run "repaintall()" command.
If there is a way to dynamically change column width of GUI Table, please let me know.