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: Tweak setupColumnSort() to fix exception when col no longer exists #1016

Merged
merged 2 commits into from May 7, 2024

Conversation

6pac
Copy link
Owner

@6pac 6pac commented Apr 25, 2024

Tweak setupColumnSort() to fix exception when a no longer existing column is in the sort list.
Fixes #1015

@ghiscoding ghiscoding changed the title Fix: Tweak setupColumnSort() to fix exception when a no longer existi… Fix: Tweak setupColumnSort() to fix exception when col no longer exists Apr 25, 2024
@ghiscoding
Copy link
Collaborator

@6pac The PR looks good, also for your info, you were mentioning that it's harder to debug JS code now, however you can do it directly in the editor now (VSCode). See animated gif below for how I do it now and feel free to ask any questions.

Code_iuCExmqiyI

@6pac
Copy link
Owner Author

6pac commented May 7, 2024

this fix is now ready to be pulled.

@ghiscoding ghiscoding merged commit 768e240 into master May 7, 2024
2 checks passed
@ghiscoding ghiscoding deleted the multi-col-sort-fix branch May 7, 2024 15:31
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.

Sorting fails when a one or more sorted columns is hidden
2 participants