Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <table id="your-table-id" class="display">
  2. <thead>
  3. <tr>
  4. <th>Column1</th>
  5. <th>Column2</th>
  6. <th>Column3</th>
  7. </tr>
  8. </thead>
  9. <tbody>
  10. <tr>
  11. <td>Data11</td>
  12. <td>Data12</td>
  13. <td>Data13</td>
  14. </tr>
  15. <tr>
  16. <td>Data21</td>
  17. <td>Data22</td>
  18. <td>Data23</td>
  19. </tr>
  20. </tbody>
  21. </table>
Add Comment
Please, Sign In to add comment