Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created October 4, 2018 19:47
Show Gist options
  • Save jhowbhz/c3a3135a962b7bd5ec36efecc222944a to your computer and use it in GitHub Desktop.
Save jhowbhz/c3a3135a962b7bd5ec36efecc222944a to your computer and use it in GitHub Desktop.
DataTable Teste
<table id="teste" class="display" width="100%">
<thead>
<tr>
<th>CAMPO 1</th>
<th>CAMPO 2</th>
<th>CAMPO 3</th>
<th>CAMPO 4</th>
</tr>
</thead>
<tfoot>
<tr>
<th>CAMPO 1</th>
<th>CAMPO 2</th>
<th>CAMPO 3</th>
<th>CAMPO 4</th>
</tr>
</tfoot>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment