How to sort Table OR Grid using jQuery
Tablesort is a small and simple sorting component for tables written in Javascript. It has no dependencies and should have no interference with other libraries.
Features
- Sort strings
- Sort numbers
- Sort currency
How to use it?
To use this plugin, all you need to do is to called "tablesort()" method on table element.
//Code Starts $('.table').tablesort(); //Code Ends
Feel free to contact me for any help related to jQuery, I will gladly help you.