src/main/webapp/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Thu, 12 Apr 2012 10:52:18 +0200
changeset 41 216eac8b08b4
parent 13 29d4ddcd85c8
child 42 7c811cdfa4c3
permissions -rw-r--r--
Twitter bootstrap integration

<table class="list datatable">
  <thead>
    <tr>
      <th class="field-name">Field Name</th>
    </tr>
  </thead>
  <tbody>
    <tr class="row">
      <td>Cell value</td>
    </tr>
  </tbody>
</table>