my datatable is not printing with pagination and search box

my datatable is not printing with pagination and search box

codexxcodexx Posts: 1Questions: 1Answers: 0
edited March 2017 in Free community support

when i'm using this plugin to print the datatable from server the pagination and serch box hidden automatically while i'm print table using simple it's work fine, please help me out from this problem

My code is

<

table id="table"class="table table-bordered table-dataTable">
<thead>
<tr>
<th>S. No.</th>
<th>Employee Code<a></th>
<th>Name</th>
<th>Gender</th>
<th>Department</th>
<th>Designation</th>
<th>email</th>
</tr>
</thead>
<tbody>
<----------------------php code------------------------------->
<-----------------------end php code-------------------------------------------------->

and jquery is

$(document).ready(function(){
$('#table').DataTable();
});

This discussion has been closed.