Headers in TypeScript TreeGrid
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
fieldandheaderTextare 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.