src/main/webapp/templates-hidden/nodatatable.html
author Tomas Zeman <tzeman@volny.cz>
Wed, 30 May 2012 22:51:02 +0200
changeset 100 1fcbeae1f9da
parent 99 49eb72a46208
permissions -rw-r--r--
8f7cff383e0a8601 Attachments

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