Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.72 KB | None | 0 0
  1.  <table id="datatable" class="table table-striped table-bordered">
  2.                       <thead>
  3.                         <tr>
  4.                           <th>ID</th>
  5.                           <th>Plate</th>
  6.                           <th>Status</th>
  7.                           <th>Name</th>
  8.                           <th>Time Login</th>
  9.                           <!-- <th>Date Created</th> -->
  10.                           <th style="color:green;">Edit</th>
  11.                           <th style="color:red;">Delete</th>
  12.                         </tr>
  13.                       </thead>
  14.                       <tbody>
  15.                       <?php $object->fetchVLTable();?>
  16.                       </tbody>
  17.                     </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement