jquery mobile - Multiple columns sorting in backbone -


I have 3 columns that sort me individually However, if I click on the top of any column , Then it is sorted If I click on the second column header then the first column changes.

I need the first column, to remain unchanged, while other columns need to be sorted based on the first column.

Underscore.js or another library with similar API is already in your page.

Underscore. JS has a static sorting method for archiving -

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -