Jquery & DataTable

Jquery & DataTable

sebastianofinosebastianofino Posts: 1Questions: 1Answers: 0

I use jquery with this code:
<link href="../css/layout.css" rel="stylesheet" type="text/css" />
<link href="../greentime/jquery-ui.css" rel="stylesheet">

when I try to add datatable support with this code:
<link rel="stylesheet" type="text/css" href="../datatables/datatables.min.css"/>

it didn't work. I lost jquery support. Also if I add datatable lines before jquery.
How can I solve this?

Thx

Answers

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    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.

    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

This discussion has been closed.