Skip to content

Commit b4abfe5

Browse files
dimodiTsvetomir-Hr
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent 57de7ec commit b4abfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 60
1010

1111
# Grid Virtual Scrolling
1212

13-
Virtual Grid scrolling allows users to scroll vertically through all records in the Grid data source. The feature is an alternative to paging.
13+
The Grid virtual scrolling feature allows users to scroll vertically through all records in the Grid data source. The feature is an alternative to paging.
1414

1515
To enhance the rendering performance, the Grid reuses the same set of HTML elements. Loading indicators (skeletons) appear in the table cells during scrolling and data loading. If the user scrolls back up after scrolling down to the next set of rows, the previous data reloads from the data source, similar to regular paging, with the scroll distance determining the data to be loaded.
1616

0 commit comments

Comments
 (0)