You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default minimum row height of the virtual scroll function. Changed from "42px" to "40px", You can change it through the minrowheight attribute
Fixed the bug that the minimum height minRowHeight of the virtual scroll function is the same as the table row height, and the scroll bar height is not extended
Fixed the bug of virtual scrolling when the browser window size changed and the table white screen
Fixed the problem that the table cell selection disappeared due to long keyboard operation (keycode 38 = up)
Performance Improvements
Optimize the rendering speed of virtual scrolling. Replace with non responsive variables
Optimize the buffer strategy of virtual scrolling function. Change the buffer multiple to the number of buffer rows count