cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Exponential data-table scrolling

What inspired this wish list request?  We often work with large data tables (1e5-1e7 rows).  Sometimes we want to scroll up a bit, but the scroll bar at the right is hard to reach, and in large tables if you even touch it the view moves by thousands of rows.  So we're stuck with the arrow keys or pg-up/pg-dn which is clunky.

 

What is the improvement you would like to see?  This is a feature we have implemented in a home-grown tool that became incredibly popular.  The idea is this:  in a data table, you hit (or hold down) a button, e.g., the mouse-wheel button, and then from wherever your mouse started, dy = (current y-pixel of mouse on screen) - (start y-pixel when button was clicked), then the scroll-rate is pow(dy,3)/100000 rows/second.  I recommend only scrolling in one direction (vertical vs. horizontal, maybe based on the angle of the drag).

 

Why is this idea important? This feature will enable smooth scrolling of data tables from very slow to very fast with small movements of the mouse, and enable users to navigate quickly through their tables.