Collapsing Table Variables/Scripts from Data Box
Is there a way to collapse Table Variables/Scripts from Data Box / change height of Columns list to hide it? Or is there any other way of getting column listing from data table with same functionalities?
What I have:
What I would like to have:
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp", invisible);
New Window("Big Class",
H List Box(
lb = List Box(dt << Get Column Na...