src/main/webapp/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Thu, 03 May 2012 13:34:26 +0200
changeset 94 e91d062e38ab
parent 42 7c811cdfa4c3
child 105 66aeb6b3a3a7
permissions -rw-r--r--
bde6abc361d47cc2 PasswordAuthenticator exposes user password in debug log

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