src/main/webapp/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 05 Jun 2012 15:40:45 +0200
changeset 107 26e9d0e4a619
parent 105 66aeb6b3a3a7
permissions -rw-r--r--
a705d9cd29fa9bec Optional company creation on project creation

<table class="table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="field-name">Field Name</th>
    </tr>
  </thead>
  <tbody>
    <tr class="r">
      <td>Cell value</td>
    </tr>
  </tbody>
</table>