I tried to make a page with a datatable as well a form with a replaced file input field (file2), but as soon as I include assets/js/datatables/datatables.js for example on the original form-files-upload.html page the script breaks and no upload button is shown.
Console says: TypeError: $this.bootstrapFileInput is not a function. Can you help?
Hi,
I tried to make a page with a datatable as well a form with a replaced file input field (file2), but as soon as I include assets/js/datatables/datatables.js for example on the original form-files-upload.html page the script breaks and no upload button is shown.
Console says:
Can you help?Thanks in advance!
Vera
Hi Vera,
On DataTables page I saw that these scripts are necessary to include:
Are you importing these scripts?
Please note that the ordering is important and neon-custom.js:
Should be loaded in the very end.