datatables and prestashop

datatables and prestashop

sudogosudogo Posts: 4Questions: 2Answers: 0

Hello

Does data tables support Prestashop if so how can I add the js files correctly

I already contact the PrestaShop support but they can do nothing

(@go-sudo your issue is completely unrelated to PrestaShop, you're trying to integrate external, third party script into PrestaShop, you're including jquery in higher version than this one used in PrestaShop, you're using the third-party module, in here you can report issues related to PrestaShop itself, not third party modules, scripts etc.)

https://github.com/PrestaShop/PrestaShop/issues/18320

Regards

Answers

  • sudogosudogo Posts: 4Questions: 2Answers: 0

    Any help

  • kthorngrenkthorngren Posts: 21,170Questions: 26Answers: 4,922

    Not familiar with PrestaShop. There is one comment in your issue you linked:

    @go-sudo your issue is completely unrelated to PrestaShop, you're trying to integrate external, third party script into PrestaShop, you're including jquery in higher version than this one used in PrestaShop,

    If PrestaShop includes jquery.js and you are also including it then you are adding it twice. Duplicating jquery.js includes does cause problems, especially for Datatables. Try removing your include.

    If you still have problems then we will need to take a look. Please post a link to your page or a test case replicating the issue.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

This discussion has been closed.