Error initialisation with other extension

Error initialisation with other extension

guenguen Posts: 1Questions: 1Answers: 0

I try to test this extension but I have 2 errors
Initialisation is
https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.12.1/b-1.6.5/b-colvis-1.6.5/b-html5-1.6.5/b-print-1.6.5/fc-3.3.2/fh-3.1.7/kt-2.5.3/r-2.2.6/rg-1.1.2/rr-1.2.7/sc-2.0.3/sp-1.2.2/sl-1.3.1/datatables.min
+ extension colreorder + searchpane + select and moment-with-locales.min.js + datetime-moment.js

2 problems :
1. when I use jQuery.fn.dataTable.moment( 'DD/MM/YYYY' ); in my code, I have an error
1. when I put the button savedStates, I have an error a.button(...).collectionRebuild is not a function
2. when I clic on createState, I have an error Cannot read properties of undefined (reading 'c') at B.action (dataTables.stateRestore.min.js:99:137)

maybe a conflict between extensions I guess....
can you help me please ?
thank's

Answers

  • allanallan Posts: 61,444Questions: 1Answers: 10,053 Site admin

    Thanks for your question. Could you post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Thanks,
    Allan

Sign In or Register to comment.