Skip to content

Commit 9ec5f03

Browse files
dimodiTsvetomir-Hr
andauthored
Update components/treelist/virtual-scrolling.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent 56ae5b5 commit 9ec5f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/treelist/virtual-scrolling.md

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

1111
# TreeList Virtual Scrolling
1212

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

1515
To enhance the rendering performance, the TreeList 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)