Skip to content

Commit

Permalink
docs(treelist): fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed Nov 15, 2023
1 parent a560456 commit fc3fc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/treelist/templates/column-chooser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 40

# Column Chooser Template

The Column Chooser Template lets you control the rendering of the [ColumnChooser]({%slug treelist-column-menu%}#column-chooser). It exposes a [`context`](/blazor-ui/api/telerik.blazor.components.treelistcolumnchoosermenu) object that contains a list of all columns in the TreeList.
The Column Chooser Template lets you control the rendering of the [ColumnChooser]({%slug treelist-column-menu%}#column-chooser). It exposes a [`context`](/blazor-ui/api/Telerik.Blazor.Components.ColumnMenuChooserTemplateContext) object that contains a list of all columns in the TreeList.

When you set up the Column Chooser Template, the list of columns that are rendered by default will not be present.

Expand Down Expand Up @@ -127,4 +127,4 @@ When you set up the Column Chooser Template, the list of columns that are render
* [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates)
* [Live Demo: TreeList Column Menu](https://demos.telerik.com/blazor-ui/treelist/column-menu)
* [Live Demo: TreeList Custom Column Menu](https://demos.telerik.com/blazor-ui/treelist/custom-column-menu)
* [Columns Menu]({%slug treelist-column-menu%})
* [Columns Menu]({%slug treelist-column-menu%})

0 comments on commit fc3fc3a

Please sign in to comment.