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.
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.
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.
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.