ArchitectureA supervised JVM-class runtime — OLTP on seven engines, OLAP on three. AI-native, MCP-native, observable as plain SQL.Read the architecture
Está viendo la edición Perú. Está viendo la edición Colombia. You're viewing the Pakistan edition. Cambiar a la edición global →Cambiar a la edición global →Switch to the global edition →

Export sidebar pre-selects active grid columns on open

The export sidebar now pre-selects only the columns currently visible in the grid, seeded at mount time rather than on first interaction. Hidden columns remain available for manual inclusion; the exported file matches the operator's active view without requiring manual deselection.

Previously the export sidebar selected all available columns by default regardless of which columns were visible in the grid. Operators who had narrowed the grid to a working column set had to manually deselect the rest before exporting. This release inverts the default: the sidebar seeds its selection from the grid's current display columns when it opens, so the exported file matches what the operator sees.

Behaviour details

  • Seeded at mount. The column selection is computed when the sidebar opens, not deferred to the first interaction. Operators who open the sidebar and immediately confirm get an export that matches grid state without an extra step.
  • Hidden columns remain available. Columns excluded from the grid view appear in the sidebar's full column list in a deselected state; operators include them by selecting them manually.
  • Display-column set as the source. The pre-selection logic reads the grid's display-column set, so columns hidden via the column-visibility control are treated as excluded by default.

This reduces the typical export workflow — open sidebar, confirm, download — from a multi-deselect sequence to a single confirm for the common case where the operator wants exactly what the grid shows.

← All posts