mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Fix default grouping comparer sort function #1035

Open jbthoma opened 9 years ago

jbthoma commented 9 years ago

In order to sort string values correctly (which is a pretty common type of field to group on, I think) I made a slight tweak to the sort function.