forget about jquery-ui altogether, use bootstrap for consistency
[myslice.git] / plugins / hazelnut / hazelnut.html
1 <div id='main-{{ domid }}'>
2 <table class='table table-striped table-bordered dataTable' id='hazelnut-{{ domid }}'>
3 <thead><tr> {% for column in columns %}
4 <th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
5 </tr></thead> 
6 <tbody>
7 </tbody>
8 <tfoot><tr> {% for column in columns %}
9 <th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
10 </tr></tfoot> 
11 </table>
12 </div>
13 <div class="spacer"></div>