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
Copy file name to clipboardExpand all lines: design/virtual-scrolling/virtual-scrolling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
Virtual scrolling (aka row virtualization) renders only the visible rows in the DOM, significantly improving performance for large datasets. Instead of paginating through data, users can smoothly scroll through thousands of rows while the table dynamically renders only what's on screen (plus a small buffer for smooth scrolling).
5
+
Virtual scrolling (aka row virtualization or virtualized tables) renders only the visible rows in the DOM, significantly improving performance for large datasets. Instead of paginating through data, users can smoothly scroll through thousands of rows while the table dynamically renders only what's on screen (plus a small buffer for smooth scrolling).
0 commit comments