Data Tables functionality not working

Data Tables functionality not working

VeeraVeera Posts: 10Questions: 2Answers: 0

Hi ,

Data tables functionality sorting, pagination , export tools. Etc.. in my application. All of sudden the functionality stopped working , am assuming that it's because of browser updation with some plugins.

I am using below reference files :

       <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

       <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

       <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/chosen/1.1.0/chosen.jquery.min.js"></script>

       <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2014.02/jquery.SPServices-2014.02.js"></script>

       <script type="text/javascript" src="/../sites/../jQuery/Code/jquery.placeholder.min.js"></script>

       <script type="text/javascript" src="/../sites/../jQuery/ExportToExcelLinks/jquery.shorten.1.0.js"></script>

       <script type="text/javascript" src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>

       <script type="text/javascript" src="//cdn.datatables.net/tabletools/2.2.0/js/dataTables.tableTools.js"></script>

       <script type="text/javascript" src="/../sites/../jQuery/Code/GeneralFunctions.js" ></script>

Please help what is the wrong with my reference files.

Regards,
Veera

Replies

  • allanallan Posts: 63,813Questions: 1Answers: 10,516 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.