php-datatables icon indicating copy to clipboard operation
php-datatables copied to clipboard

DataTable table plugging not working jquery mysql

Open lakshitha1629 opened this issue 5 years ago • 0 comments

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>.

lakshitha1629 avatar Oct 09 '19 19:10 lakshitha1629