New to KendoReact? Start a free 30-day trial
Locked columns
Locked (frozen or sticky) columns are the columns that are visible at all times while the user scrolls the TreeList horizontally.
In order for the locked columns to work properly, configure the following options:
- (Required) Set
width
of each column. - (Required) Set
locked
property of the column. - (Required) Set
overflow: auto
andwidth
in pixels through thestyle
property of the TreeList.
By default, the columns of the TreeList are not locked.
Change Theme
Theme
Loading ...