Search results

HeaderRows API in JavaScript (ES5) Schedule API control

A class that represents the header rows related configurations on timeline views.

Properties

option

HeaderRowType

It defines the header row type, which accepts either of the following values.

  • Year
  • Month
  • Week
  • Date
  • Hour

Defaults to null

template

string

Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header cells. The field that can be accessed via this template is date.

Defaults to null