Skip to content

Commit 2af0e53

Browse files
svdimitryordan-mitev
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
1 parent baa8a99 commit 2af0e53

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
@@ -14,7 +14,7 @@ Virtual scrolling provides an alternative to paging. Instead of utilizing a page
1414

1515
To enhance rendering performance, the Grid reuses the same set of HTML elements. As the next data loads, a loading indicator appears on the cells. 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

17-
You can also Virtually Scroll the Grid Columns. See the [Column Virtualization]({%slug grid-columns-virtual%}) article for more information.
17+
You can also use virtual scrolling for the Grid columns. See the [Column Virtualization]({%slug grid-columns-virtual%}) article for more information.
1818

1919
## Using Virtual Scrolling
2020

0 commit comments

Comments
 (0)