New to Kendo UI for Vue? Start a free 30-day trial
Locked columns
Locked, also knows as frozen or sticky columns are the columns that are constantly visible while the user scrolls the TreeList horizontally.
In order for the locked columns to work properly, configure the following options:
- (Required) Set
widthof each column. - (Required) Set
overflow: autoandwidthin pixels throughstyleof the TreeList. - (Required) Set
lockedproperty of the column.
By default, the columns of the TreeList are not locked.
Change Theme
Theme
Loading ...