I have simple HTML Table, I need to add sorting and grouping on every columns in jQuery.
<table cellspacing='0'>
<thead>
<tr>
<th>Task Details</th>
<th>Progress</th>
<th>Vital Task</th>
</tr>
</thead>
<tbody>
<tr>
<td>Create pretty table design</td>
<td>100%</td>
<td>Yes</td>
</tr>
</tbody>
There are various plugins to perform this using jQuery. The most known one is jQuery tablesorter:
http://tablesorter.com/docs/
There are loads of such plugins here, pick the one you like most:
http://www.tripwiremagazine.com/2013/06/jquery-filter-sort-plugins.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With