mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-10 18:13:58 +00:00
Added tablesorter dummy row to Event list page
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user