Harris Kosmidis
Harris Kosmidis
This is a (multiple allowed): * [ ] bug * [x] enhancement * [ ] question * CakePHP Version: 4.6.1 ### What you did I used your plugin with cake...
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
Hi, I have implemented this approach on my web application but I want to extend it by using a distributed cache (redis). Is there a way to save the dictionary...