src/main/resources/net/tz/lift/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Mon, 22 Aug 2011 14:17:03 +0200
changeset 22 b039b9c22942
permissions -rw-r--r--
Added sample templates for datatable and panel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<table class="list datatable">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
  <thead>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
    <tr>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
      <th class="field-name">Field Name</th>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
    </tr>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
  </thead>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
  <tbody>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
    <tr class="row">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
      <td>Cell value</td>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
    </tr>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
  </tbody>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
</table>