Skip to content

Commit 6ce7ab7

Browse files
docs(grid): link new grid features from overview
1 parent 3b67ef5 commit 6ce7ab7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/grid/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@ The grid is a generic component, and to store a reference, you must use the mode
9595
}
9696
````
9797

98+
## Columns
99+
100+
To show data in a grid, you need to define [GridColumn]({%slug components/grid/columns/bound%}) instances that expose the data fields as well as settings for [templates]({%slug components/grid/features/templates%}), [grouping](#grouping) and [reordering]({%slug components/grid/columns/reorder%}). To [edit](#editing) data or invoke custom logic, you define a [CommandColumn]({%slug components/grid/columns/command%}).
101+
98102

99103
## Paging
100104

101-
The grid supports paging of the data out of the box. You can read more about it in the [Paging]({%slug components/grid/features/paging%}) article.
105+
The grid supports paging of the data out of the box. You can read more about it in the [Paging]({%slug components/grid/features/paging%}) article. An alternative to standard paging is [Virtual Scrolling]({%slug components/grid/virtual-scrolling%}) that provides a different user experience.
102106

103107
## Sorting
104108

0 commit comments

Comments
 (0)