You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
First off, I apologize if this has been answered elsewhere, I just can't seem to find any information..
I am trying to figure out sorting with backgrid.js. I love the grid, but if I can't get sorting to work right I need to look for another solution. Here are the items I'm trying to resolve:
Sort case insensitive. It seems that when I sort a column that has uppercase and lowercase, it groups them and sorts the groups individually.
Sort date. This just doesn't work at all. I'm not sure why.
Default sort. I need a way to simulate a user clicking on a column heading where the column will be sorted in descending order.
I was thinking maybe you had a sort function that can be overridden, however I can't find how to do this.