src/main/webapp/templates-hidden/nodatatable.html
author Tomas Zeman <tzeman@volny.cz>
Thu, 24 May 2012 11:19:26 +0200
changeset 99 49eb72a46208
parent 42 src/main/webapp/templates-hidden/datatable.html@7c811cdfa4c3
permissions -rw-r--r--
e45557248ba12a15 Services

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