forget about jquery-ui altogether, use bootstrap for consistency
[myslice.git] / plugins / hazelnut / hazelnut.html
index 196a387..19b30a6 100644 (file)
@@ -1,7 +1,13 @@
-<table class='display' id='hazelnut-{{ domid }}'>
+<div id='main-{{ domid }}'>
+<table class='table table-striped table-bordered dataTable' id='hazelnut-{{ domid }}'>
 <thead><tr> {% for column in columns %}
 <th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
-</tr></thead>
+</tr></thead> 
 <tbody>
 </tbody>
+<tfoot><tr> {% for column in columns %}
+<th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
+</tr></tfoot> 
 </table>
+</div>
+<div class="spacer"></div>