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

Implement Hidden columns feature #30

Open
catchmareck opened this issue Oct 27, 2023 · 0 comments
Open

Implement Hidden columns feature #30

catchmareck opened this issue Oct 27, 2023 · 0 comments
Assignees

Comments

@catchmareck
Copy link
Member

catchmareck commented Oct 27, 2023

Functionalities:

  • Ability to set the visibility state of a column through the 'hidden' parameter (available as one of the options in colDef).
  • Ability to dynamically change the visibility state of a column/columns through a public method.

Operation:

  • A hidden column should be completely removed from the DOM.
  • After changing the 'hidden' state of a given column, all necessary calculations to update the positions of the remaining elements must be performed.
@catchmareck catchmareck changed the title Hidden columns Implement Hidden columns feature Oct 27, 2023
@catchmareck catchmareck assigned l-michalik and unassigned gbujanski Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants