Created
October 4, 2018 19:47
-
-
Save jhowbhz/c3a3135a962b7bd5ec36efecc222944a to your computer and use it in GitHub Desktop.
DataTable Teste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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