Skip to main content

Toggle Columns via the Context Menu

Right-click on any column header in the Gantt grid to open the column visibility context menu. The menu lists all configured columns with checkboxes indicating their current visibility state. Click a column name to toggle it between visible and hidden. The change takes effect immediately — the column appears or disappears from the grid without a page reload. diagram
The first column (the task title column) is always visible. Its entry in the context menu is disabled and cannot be unchecked. This ensures you always have a reference column identifying each work item in the grid.

Toggle Columns via the Hamburger Menu

Click the ☰ hamburger icon in the first column header to open the main menu, then select the Column visibility submenu. This provides the same checkbox list as the context menu, offering an alternative access point when you prefer not to right-click. The hamburger menu also provides other options including Refresh, Drag children toggle, Go to today, Set scale, and a Help link to the documentation.

How Visibility Preferences Are Saved

Column visibility settings are saved to browser local storage automatically. After you hide or show columns, the Gantt remembers your choices and restores them on the next page visit.
BehaviorDetails
Storage locationBrowser local storage (per-browser, per-user)
PersistenceSurvives page reloads and browser restarts
ScopeSettings are tied to the specific Gantt widget instance
ResetUse the hamburger menu to reset to widget parameter defaults
Because column visibility is stored in the browser, your preferences do not follow you across different browsers or devices. If you switch to a new browser, you will see the default column layout until you adjust it again.

Bypass the Custom Context Menu

If you need to access the browser’s native context menu on a column header (for example, to inspect an element), hold Shift while right-clicking. This bypasses the Gantt column visibility menu and opens the standard browser context menu instead.
The column visibility feature is available in the Nextedy sandbox environment. Use the demo project to experiment with showing and hiding columns before applying changes to your production Gantt charts.

Verification

You should now be able to right-click any column header and toggle its visibility. After hiding a column, reload the page and confirm the column remains hidden. The first column should always remain visible with its menu item disabled.

See also

Support TicketsSource Code
  • prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/Menu.js
  • prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/commands.js
  • prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/columns/column-context-menu.cy.ts
  • prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/ganttMenu.js
  • prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/contextMenu.js