Skip to content

Instantly share code, notes, and snippets.

@ShaneCunn
Last active March 20, 2018 21:03
Show Gist options
  • Save ShaneCunn/63a4a5e7697d86c0eed06ba0838194d8 to your computer and use it in GitHub Desktop.
Save ShaneCunn/63a4a5e7697d86c0eed06ba0838194d8 to your computer and use it in GitHub Desktop.
<div class="container">
<div class
<div class="header"><h1>Server side DataTable demo in Php,Mysql and Ajax </h1></div>
<div class="container">
<table id="employee-grid" class="table table-striped table-bordered" style="width:100%">
<thead>
<tr>
<th>Employee name</th>
<th>Salary</th>
<th>Age</th>
</tr>
</thead>
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment