I want to sort a data table in a jsp page, by clicking on the columns. Probably with a javascript or JQuery. I only have the headers, data is coming from database
<table name="tablesorter" id="tablesorter" class="tablesorter" cellspacing="0" width="720"
style="table-layout:fixed;">
<thead>
<tr>
<th width="90" class="tableRubrikCell">Anv.namn</th>
<th width="115" class="tableRubrikCell">Namn</th>
<th width="135" class="tableRubrikCell">Roller</th>
<th width="60" class="tableRubrikCell">Ansvarig</th>
<th width="90" class="tableRubrikCell">Skapad datum</th>
<th width="75" class="tableRubrikCell">Giltig tom</th>
<th width="120" class="tableRubrikCell">E-postadress</th>
<th width="40" class="tableRubrikCell">Ta bort</th>
</tr>
</thead>