Advertisement
Guest User

Table

a guest
Apr 1st, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <div class="container">
  2. <div class="row">
  3. <section class="col-sm-12">
  4. <div class="panel panel-primary">
  5. <div class="panel-heading mt-3">
  6. <b>List Clubs</b>
  7. </div>
  8. <div class="panel-body">
  9. <table class="table table-bordered table-hover table-striped responsive display nowrap" cellspacing="0" width="100%" id="clubdata">
  10. <thead>
  11. <tr>
  12. <th>No</th>
  13. <th>No. Reg Club</th>
  14. <th>Nama Club</th>
  15. <th>Propinsi</th>
  16. <th>Kota/Kab</th>
  17. </tr>
  18. </thead>
  19. <tbody>
  20. </tbody>
  21. </table>
  22. </div>
  23. </div>
  24. </section>
  25. <!-- end: page -->
  26. </div><!-- end .cs-main-content -->
  27. </div>
  28. </div><!-- end .cs-section-wrapper -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement