Added tablesorter dummy row to Event list page

This commit is contained in:
Fergal Moran
2012-08-28 12:24:26 +01:00
parent 61dfc91c82
commit a3dc660cc7
2 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ var EventListView = Backbone.View.extend({
sortList: [[0,0],[1,0]]
});
$('tr.rowlink', this.el).rowlink();
$('#tablesorter-fix', this.el).hide();
return this;
},

View File

@@ -11,7 +11,11 @@
</tr>
</thead>
<tbody id="event-list-container" data-provides="rowlink">
<tr id="tablesorter-fix">
<th>Nothing</th>
<th>To See</th>
<th>Here</th>
</tr>
</tbody>
</table>
</div>