Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColumnState becomes unintentionally dirty when there are hidden columns #3832

Open
ghsolomon opened this issue Nov 18, 2024 · 0 comments
Open
Labels

Comments

@ghsolomon
Copy link
Contributor

Example:

Initial State:

  • Column-A: visible
  • Column-B: hidden
  • Column-C: visible

Action:
User moves Column-C to the LEFT of Column-A.

Intermediate State:

  • Column-C: visible
  • Column-A: visible
  • Column-B: hidden

Action:
User moves Column-C BACK to the RIGHT of Column-A

Final State

  • Column-A: visible
  • Column-C: visible
  • Column-B: hidden

The Final State is dirty, but from the user's perspective it should really be clean -- because Column-B is hidden, the Final State and Initial State are materially the same to the user.

@ghsolomon ghsolomon added the grid label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant