Skip to content

Commit ea10122

Browse files
committed
chore(templates): link the column chooser template in the overview article
1 parent 577932d commit ea10122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/grid/templates/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The Grid component can use templates for:
2929

3030
* [filter]({%slug grid-templates-filter%}) - the content of the filter cell or filter menu where you can implement custom rendering and logic for the filters.
3131

32+
* [column chooser]({%slug grid-templates-column-chooser%}) - the contents of the column chooser in the column menu. You can use this template to provide custom rendering.
3233

3334

3435
Like other Blazor content, most of them can receive a `context` argument that is the type of the model. To use templates, you must bind the grid to a named model. The filter and header templates are the exception as they are not related to rows and models.

0 commit comments

Comments
 (0)