a first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
[unfold.git] / plugins / hazelnut / hazelnut.html
1 <table class='display' id='hazelnut-{{ domid }}'>
2 <thead><tr> {% for subject_field in subject_fields %}
3 <th>{{ subject_field }}</th>{% endfor %}
4 </tr></thead>
5 <tbody>
6 </tbody>
7 </table>