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>