Skip to main content

Faster measurement tables with sticky headers

· 2 min read

We have reworked how the measurement table inside an Instance renders, making it noticeably faster on large forms and keeping the important context on screen while you scroll.

Scrolling through a large Instance with sticky headers

Faster on large forms​

Instances with many elements, or elements with a long list of serial numbers, previously became sluggish. Expanding an element could take a moment, and simply typing in the search box could make the whole table visibly redraw. The table now only renders what is actually visible on screen, so:

  • Opening an Instance and expanding elements feels instant, no matter how many serial numbers they have.
  • Searching, filtering (Hide completed, Hide CMM, etc.) and switching serial number selection no longer causes the table to lag.

There is nothing new to learn here. Registering measurements works exactly as before, it should just feel a lot smoother.

Sticky headers​

While scrolling through a long list of serial numbers, it was easy to lose track of which element you were registering values for, or what a given column meant. The table now keeps the relevant headers pinned at the top as you scroll:

  • The outer column headers (Reference, Nominal, Tolerance, Frequency, CMM, Progress, etc.) stay visible at all times.
  • The element you are currently working on stays pinned right below it, so its reference, nominal and tolerance are always visible.
  • Once you scroll into that element's own serial numbers, the Serial number / Value / Tool header (and the reference image) stays pinned too.
info

No action is needed on your end. Both changes are automatic and apply to every Instance.