Error "Uncaught TypeError: $.fn.dataTable.Editor is not a constructor"
Error "Uncaught TypeError: $.fn.dataTable.Editor is not a constructor"

Hi,
i bought the actual DataTable Editor version 1.9.0 and i get these known error "Uncaught TypeError: $.fn.dataTable.Editor is not a constructor".
If i remove the editor, all works fine with the DataTable.
My javascript includes:
<script type="text/javascript" src="./assets/js/vendor/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="./assets/js/vendor/popper.min.js"></script>
<script type="text/javascript" src="./assets/js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/vfs_fonts.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs4/dt-1.10.18/b-1.5.6/b-flash-1.5.6/b-html5-1.5.6/b-print-1.5.6/sl-1.3.0/datatables.min.js"></script>
<script type="text/javascript" src="./assets/DataTable-Editor-Full/js/dataTables.editor.min.js"></script>
My "dataTables.editor.min.js" is the full licence version. I not understand this problem!
Can someone help me?
Best regards
Thomas
This discussion has been closed.
Answers
Hi Thomas,
If you look at the network panel in your browser's inspector, what does it say the status code for the dataTables.editor.min.js file is? Are there any other errors shown in the console?
Regards,
Allan
Hi Allan,
there is no other error in the console. Is this a version conflict with jQuery or other libraries?
Best regards
Tjomas
Problem solved :-)
I loaded jQuery twice :-(