cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
miguello
Level VII

How to reorder columns in Col List Box by Drag&Dropping just like in any built-in platform

I've written my own platform that runs some analysis.

I cast columns into roles just like in any other platform (or it looks that way at least).

I noticed, that in my custom platform in Col List Box I cannot drag and drop columns to re-order, while in any built-in platform I can do that.

Do they use some other control? Or is there some optional parameter for Col List Box that allows re-ordering?

 

 

1 REPLY 1
jthi
Super User

Re: How to reorder columns in Col List Box by Drag&Dropping just like in any built-in platform

I think JMP's platforms might be using some sort of special List Box Box instead of Col List Box (might be a good idea for Wish List item / contacting support).

jthi_0-1661885440360.png

You might have to do drag-and-drop with the help of Mouse Box (I usually just use buttons for re-ordering). MouseBox ListBox Drag and Drop 

-Jarmo

Recommended Articles