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

fix: make sure column is defined before calling hidden prop #783

Merged
merged 1 commit into from
May 23, 2023

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented May 22, 2023

  • while testing in all other SlickGrid libs, I got the following console error thrown, so this PR fixes it by making sure all columns are defined before going further

Cannot read properties of undefined (reading 'hidden')

and with these 2 PRs, I'm done with my libs testing, I'll be ready for an official release (that is after addressing the issues with hidden feature)

- while testing in all other SlickGrid libs, I got the following thrown, so this PR fixes it by making sure all columns are defined before going further
> Cannot read properties of undefined (reading 'hidden')
@ghiscoding ghiscoding merged commit 29572a6 into master May 23, 2023
@ghiscoding ghiscoding deleted the bugfix/undefined-column-with-hidden branch May 23, 2023 13:27
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

Successfully merging this pull request may close these issues.

1 participant