Skip to content

Column Group: Hide/Show unexpected behavior #3907

Description

@LesiaPavlenko

Steps to reproduce:

  1. Group multiple columns together.
  2. Hide specific column(s) within the group.
  3. Hide the entire group.
  4. Show the entire group again.
  • Observed behavior: When the group is shown again, the columns that were previously hidden within the group become visible.

  • Expected behavior: The hidden/shown state of individual columns within the group should be preserved even after the entire group is toggled.

Image
  • Grokky note:
    Confirmed as a missing feature. The docs (help/visualize/viewers/grid.md) describe column groups only for bulk selection/movement and toggling via filters — there is no documented preservation of per-column visibility state when a group is collapsed and re-expanded. The JS API (js-api/src/grid.ts) exposes individual GridColumn.visible and GridColumnList.setVisible(), but the group toggle does not appear to snapshot and restore those individual states.

Metadata

Metadata

Assignees

Labels

DSDS-related

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions