Adding a table to a display object
I am trying to build an User Interface which must incorporate a JMP Data Table. Beeen browsing around but cannot seem to figure it out. In pseudo code I want to do something like this whereby I kick off a platform and a data table is present. In the course of my JSL running I will then populate/write to this data table 'live' DT = newTable("Test")Platform = new Window("App", DisplayBox(DT)) hope ...