Hello everyone, I'm new to creating character sheets and I'm working on a HarnMaster Gold sheet based on the existing HarnMaster 3 implementation by Olaf van Tol. One of the things I want to change is the missile weapons, in order to fix some display problems and support longer missile weapon ranges (we're using GunMaster Gold by Bill Gant for firearms). What I want to try and do is create some 'locked' columns, as in a spreadsheet, and allow the unlocked columns to scroll. I've done this by using two repeating sections with the same class, but showing different columns. One of the repeating sections is in a div that can be scrolled, to give this effect: Since both repeating_sections use the same class, they show the same data in the same order and usually line up correctly. But, there are a few actions, like re-ordering the rows on the left, that do not cause the sheet to re-draw on the right and it will get out of alignment. Any modifications to the data cause both to be re-drawn and then they line up correctly again, but it's annoying. Does anyone know a better way to do this, or a way to force the scrolling repeating section to re-draw from e.g. a sheet worker? Thanks!