DataGridXL2
DataGridXL2 copied to clipboard
v3: moveViewportToIncludeCell does not update scroll position
Easily test this in 100,000 rows demo by pressing Shift+Enter when cell cursor is on first row.
moveViewportToIncludeCell calls renderAtCell, which should also update SCROLLLEFT/SCROLLTOP (and prevent the scroll event to call renderAtCell, which would mean an infinite loop)
moved to v3 repo