Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. buttons: [{
  2. extend: 'excel',
  3. header: true
  4.  
  5. }, {
  6. extend: 'print',
  7. header: true
  8. }
  9. ],
  10.  
  11. <table id="example" style="color: black;" class="display compact cell-border" cellspacing="0">
  12. <thead>
  13.  
  14. <tr>
  15. <th rowspan="2">Sl.No</th>
  16. <th rowspan="2">Zone</th>
  17. <th colspan="2">Allotted</th>
  18. <th colspan="2">Vacant</th>
  19. <th colspan="2">Amenities</th>
  20. <th colspan="2">Total</th>
  21. </tr>
  22.  
  23. <tr>
  24. <th>No Of Plots</th>
  25. <th>Area</th>
  26. <th>No Of Plots</th>
  27. <th>Area</th>
  28. <th>No Of Plots</th>
  29. <th>Area</th>
  30. <th>No Of Plots</th>
  31. <th>Area</th>
  32.  
  33. </tr>
  34. </thead>
  35. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement