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.
Change Theme
Theme
Loading ...
Using Structural Directives
To show or hide particular TreeList columns, use the ngIf
Angular directive.
Change Theme
Theme
Loading ...