New to Kendo UI for Angular? Start a free 30-day trial

Hidden Columns

The Kendo UI TreeList for Angular allows the user to show or hide its columns.

You can configure the hidden state of the columns by:

Using the Built-In Options

To hide a particular TreeList column, set the hidden option.

Example
View Source
Change Theme:

Using Structural Directives

To show or hide particular TreeList columns, use the ngIf Angular directive.

Example
View Source
Change Theme: