microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.6k stars 909 forks source link

Result Streaming - Rows Jump with a large number of rows #3395

Open anthonydresser opened 6 years ago

anthonydresser commented 6 years ago

When viewing large amounts of rows, the rows will jump around a bit on row updates. I've isolated the problem to some optimization done in slickgrid around max div heights.

https://github.com/anthonydresser/SlickGrid/blob/master/slick.grid.js#L1615

The offset value changes on each row update which causes the rows to jump around. I'm not sure what the purpose of the code is that generates that offset, so I'll make a upstream bug and see if the owners can help with this issue.

anthonydresser commented 5 years ago

https://github.com/6pac/SlickGrid/issues/297