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.

Discussions

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

Set Scroll Position for Data Table

Is there a way to set the scroll position for a data table?  I'm creating a table with an assortment of images in the first couple columns, but as I run my script (updating and editing different tables) the final resulting table ends in a scroll position (vertically and horizontally) somewhere in the middle of the table.  I'm aware of the SetScrollPosition function, but that doesn't seem to do work on a data table.  I'd like the table to scroll back to column 1, row 1.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Set Scroll Position for Data Table

For rows there is Go to Row

Current Data Table() << Go to Row(1) << clear select;

and for columns Go To

Current Data Table() << Go to(1) << Clear Column Selection;
-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Set Scroll Position for Data Table

For rows there is Go to Row

Current Data Table() << Go to Row(1) << clear select;

and for columns Go To

Current Data Table() << Go to(1) << Clear Column Selection;
-Jarmo

Recommended Articles