KoGrid
KoGrid copied to clipboard
Line 2067 KoGrid.Debug.js Missing Reference
Greetings, I believe there is a bug on the line 2067 at
mtch = b.match(dateRE);
I believe the reference should be: mtch = b.match(window.kg.sortService.dateRE);
Thanks.