Hi. I would like to know if there is a way to include a table (aka grid) as a display box inside a modal window. Looking through the scripting index, the Display Boxes "GridBox()", "GridCellBox()", and "GridMultiCellBox()" grabbed my attention, but there's no documentation on these.
I want an actual table in the window because I need the user to be able to cut/paste several cell of data into it. I can't just create the data table separately because my application requires use of a modal window, and users cannot access another data table while the window is open (nor do I want them to). I cannot use other display boxes like LineUpBox or TableBox with TextEditBoxes as children, because you cannot copy/paste a block of data to multiple TextEditBoxes all at one time (must copy/paste cell by cell).
Just curious if anyone knows how to use these GridBox objects?
JMP15.2.1 Pro
macOS Big Sur 11.6.2
Thanks.