New to Kendo UI for Vue? Start a free 30-day trial

ResourcesProps

resources-data-format-field String

The field of the resource data item which contains the format of the resource value that can be assigned to a Gantt task. The format value of the data item can be any valid Kendo UI format.

resources-data-color-field String

The field of the resource data item which contains the resource color.

resources-data-source Object | Array

The data source which contains data items for the resource.

The supported values are:

  • A JavaScript object which represents any valid data source configuration.
  • A JavaScript array.
  • An existing kendo.data.DataSource instance.

If the dataSource option is set to a JavaScript object or an array, the Gantt initializes a new kendo.data.DataSource instance by using that value as the data source configuration. If the dataSource option is an existing kendo.data.DataSource instance, the Gantt uses that instance and will not initialize a new one.

resources-data-text-field String

The field of the resource data item which represents the resource text.

resources-field String

The field of the Gantt task which contains the assigned resource objects.