Installation ??
Installation ??
I followed the installation instructions as shown on the installation page,
1) included the 2 CDN libraries (CSS and JavaScript) in my headers
2) created a simple table with id "example" in the body
3) Added the JavaScript DOM function at the end calling my table like this:
$(document).ready(function () {
$('#example').DataTable();
});
but my table still looks like a dummy html table with no functionalities in it.
Can someone provide the proper way for setting up a simple DataTable please
This question has an accepted answers - jump to answer
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged. What you've detailed above should be all that is needed.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan
Hello Allan
I was able to fix my problem.
Thanks for your fast respond
Best Regards
Majd