Skip to main content

resource_render_empty_cells

info

This functionality is available in the PRO edition only.

Description

Tells the resource timeline to render elements and call templates for non-allocated cells

resource_render_empty_cells: boolean

Example

gantt.config.resource_render_empty_cells = true;

Default value: false

Details

By default, the resource timeline won't call the resource_cell_value and resource_cell_class templates for cells that don't have any tasks allocated.

If this option is enabled, templates will be called for all cells of the resource timeline.