Skip to main content

Column Properties

Each column added to the Columns configuration block exposes the following sub-parameters:
The Other Field and Render sub-parameters only appear in the widget parameter editor when the column type is set to CUSTOM_FIELD. This progressive disclosure keeps the column configuration clean for standard field columns.

Column Template IDs

The Render parameter accepts the following built-in template identifiers, each providing a specialized rendering for the column cell:
diagram

Assignee Column Display Mode

The assignee (owner) column supports two display modes, controlled by the nextedy.gantt.assignee_column_display_mode administration property: Set this property in Administration > Configuration Properties:

Selected Workload Column

The Gantt provides a special workload column that displays the planned effort hours for the currently selected resource within the active time range. This column:
  • Only appears when a resource is selected in the resource view.
  • Shows per-task effort hours based on the active Resource Load Calculation mode (time or remaining).
  • Disappears when no resource is selected.
The exact rendering of the workload column values depends on the resourceLoadMode configuration. Verify the column behavior with your specific Gantt version.

Progress Column

The progress column template renders numeric progress values rounded to two decimal places. The progress value corresponds to the field configured in the Data Mapping Parameters as the Progress Field.

Column Width Persistence

When a user resizes a column by dragging the column border, the new width is saved to the browser’s local storage. On subsequent page loads, the Gantt restores the saved column widths automatically. This persistence is keyed by the column ID, the document URL, and the widget version. To reset all column widths to their defaults, use the Reset View toolbar action.

Default Column Set

The Gantt ships with the following default columns:

First Column Menu

The first grid column header contains a menu icon that opens the Gantt menu. This menu provides access to column visibility toggles, scale options, and navigation actions.

Configuration Example

To add a custom priority column to the Gantt grid:
  1. Open Widget Properties for the Gantt widget.
  2. In the Columns section, add a new column entry:
    • Set Field to priority.
    • Set Label to Priority.
    • Set Width to 100.
    • Set Align to center.
  3. Save the widget parameters.
The priority field value now appears as a centered column in the Gantt grid.
Last modified on July 10, 2026