Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure column is defined before calling hidden prop (#783)
- 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