<script src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.3/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.3/css/jquery.dataTables.css">
<div>
Actually i get the tbody content or data from db. Here i just put it in tbody. See function GetAllEmployeeList(); i get data from db and fill in table using datatable.
</br>
<a href="javascript:" id="AEmployeeAdvanceSearch">
<img src="images/icons/verify.png" alt="" id="btnSearch" title="Employee Search " />
Advance Search </a>
<div id="DEmployeeSearch">
<table id="tblEmployeeSearch" class="tableStyle" cellpadding="0" cellspacing="0" width="100%" align="center" border="1">
<thead>
<tr class="tab_head">
<th>
Employee ID
</th>
<th>
Employee Name
</th>
<th>
DID
</th>
<th>
Department
</th>
<th>
Designation
</th>
</tr>
</thead>
<tbody role="alert" aria-live="polite" aria-relevant="all" style="">
<tr class="odd">
<td class="">
1
</td>
<td class="">
T.Nandha Kumar
</td>
<td class=" sorting_1">
1
</td>
<td class="">
Management
</td>
<td...