Installation ??

Installation ??

meclarn87meclarn87 Posts: 2Questions: 1Answers: 0

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

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    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

  • meclarn87meclarn87 Posts: 2Questions: 1Answers: 0

    Hello Allan

    I was able to fix my problem.

    Thanks for your fast respond

    Best Regards

    Majd

This discussion has been closed.