DataGridXL2 icon indicating copy to clipboard operation
DataGridXL2 copied to clipboard

v3: moveViewportToIncludeCell does not update scroll position

Open DataGridXL opened this issue 1 year ago • 1 comments

Easily test this in 100,000 rows demo by pressing Shift+Enter when cell cursor is on first row.

DataGridXL avatar Mar 10 '24 20:03 DataGridXL

moveViewportToIncludeCell calls renderAtCell, which should also update SCROLLLEFT/SCROLLTOP (and prevent the scroll event to call renderAtCell, which would mean an infinite loop)

DataGridXL avatar Mar 11 '24 15:03 DataGridXL

moved to v3 repo

DataGridXL avatar Apr 16 '24 15:04 DataGridXL