Column Properties
Each column added to the Columns configuration block exposes the following sub-parameters:Column Template IDs
TheRender parameter accepts the following built-in template identifiers, each providing a specialized rendering for the column cell:
Assignee Column Display Mode
The assignee (owner) column supports two display modes, controlled by thenextedy.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 Calculationmode (timeorremaining). - 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 theProgress 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 custompriority column to the Gantt grid:
- Open Widget Properties for the Gantt widget.
- 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.
- Set Field to
- Save the widget parameters.
Related Pages
- Table and Grid Configuration — grid width and first column settings
- Data Mapping Parameters — field binding for start, end, duration, progress
- Resource View Parameters — resource allocation display
- Color and Styling Properties — resource marker color customization
- Zoom and Scale Levels Reference — timeline scale configuration