php-datatables
php-datatables copied to clipboard
DataTable table plugging not working jquery mysql
I add the table use in ajex and mysql..but dataTabe plugin not working..I can't modify of adding Search plugging and Pagination at the Script, in table tag, I add id 'dataTable' , in the script,
<script type="text/javascript">
$(document).ready(function() {
$('#dataTable').DataTable();
});
</script>.