Skip to content

Commit

Permalink
fix: make sure column is defined before calling hidden prop (#783)
Browse files Browse the repository at this point in the history
- 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')
  • Loading branch information
ghiscoding authored May 23, 2023
1 parent 222725f commit 29572a6
Showing 1 changed file with 57 additions and 57 deletions.
Loading

0 comments on commit 29572a6

Please sign in to comment.