Skip to content

Commit fa3e73e

Browse files
committed
Update virtual-scrolling.md
1 parent 24b8fe3 commit fa3e73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/virtual-scrolling/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

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

77
## Usage
88

0 commit comments

Comments
 (0)