src/main/webapp/templates-hidden/datatable.html
author Tomas Zeman <tzeman@volny.cz>
Fri, 10 Feb 2012 09:53:08 +0100
changeset 14 5a2f996a5ba0
parent 13 29d4ddcd85c8
child 42 7c811cdfa4c3
permissions -rw-r--r--
Workaround for #950 + #999 #950 Connections unexpectedly closed when using DB.use with a JNDI datasource with squerylrecord https://www.assembla.com/spaces/liftweb/tickets/950 #999 DB connection issue using Menu.param https://www.assembla.com/spaces/liftweb/tickets/999

<table class="list datatable">
  <thead>
    <tr>
      <th class="field-name">Field Name</th>
    </tr>
  </thead>
  <tbody>
    <tr class="row">
      <td>Cell value</td>
    </tr>
  </tbody>
</table>