Set Cell Size with JSL
I am trying to create an expression column in JMP12 that will hold images grabbed from a URL. It is possible to define the cell size (width and height) using JSL?I have not gotten the width() property to work for an Expression column, but I find I can set the column width by first creating the column as a Character, and then changing the data type to Expression:dt << New Column( "Image", Characte...
