src/main/webapp/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Fri, 10 Feb 2012 09:53:09 +0100
changeset 15 995184977e9b
parent 13 29d4ddcd85c8
child 42 7c811cdfa4c3
permissions -rw-r--r--
a3e3bd30f0d19526 Contact UI

<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>