KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

Issue with dateSort

Open hkosmidi opened this issue 10 years ago • 0 comments

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

hkosmidi avatar Nov 18 '14 11:11 hkosmidi