DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
628 stars 423 forks source link

DataTable table plugging not working jquery mysql #150

Closed lakshitha1629 closed 4 years ago

lakshitha1629 commented 4 years ago

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,


$(document).ready(function() {
$('#dataTable').DataTable();
});
DataTables commented 4 years ago

Thanks for your question. However, per the "New issue" template text and the Contributing document, please post support requests in the DataTables forums. Please also ensure that you link to a running test case showing the issue so it can be debugged. I'm sorry if the new issue text and contributing document wasn't clear enough on that topic.