Headers in JavaScript Treegrid control

18 Nov 20181 minute to read

Header text

By default, column header title is displayed from column field value. To override the default header title, you have to define the headerText value.

  • If both the field and headerText are not defined in the column, the column renders with “empty” header text.

Header template

You can customize the header element by using the headerTemplate property.