We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In sortService.js line #174 shouldn't mtch = b.match(dateRE); be mtch = b.match(window.kg.sortService.dateRE); ??? I am not sure if I do the procedure correctly: https://github.com/hkosmidi/KoGrid/commit/d5d4251526540149e157f24ac8e1fe9314e1f887
The text was updated successfully, but these errors were encountered:
Fix #295 - sortService fails when sorting by date
b8b4b96
Undefined variable dateRE is used instead of window.kg.sortService.dateRE
38e5632
869208f
No branches or pull requests
In sortService.js line #174 shouldn't
mtch = b.match(dateRE); be
mtch = b.match(window.kg.sortService.dateRE);
???
I am not sure if I do the procedure correctly:
https://github.com/hkosmidi/KoGrid/commit/d5d4251526540149e157f24ac8e1fe9314e1f887
The text was updated successfully, but these errors were encountered: