DataTables in Jquery UI Tabs
DataTables in Jquery UI Tabs
malpauti
Posts: 8Questions: 4Answers: 1
I've created an HTML page with a DataTable that is working exactly as intended. The DataTable has icons.
I'm loading this html into another page that has JQuery UI Tabs. The DataTable loads correctly. However, the Icons don't load and Google Chrome Console displays an "Uncaught TypeError: Cannot set property 'fileSave' of undefined" error and the Icons don't display.
What am I overlooking? I appreciate any guidance you can provide.
This discussion has been closed.
Answers
I'm not sure where the error
fileSave
would be coming from and how it would relate to icons. Perhaps you could link to a test case showing the issue.Allan
The error was stemming from having incorrect versions of the buttons.html5.min.js and dataTables.buttons.min.js loaded. Once corrected, the datatables load works like a charm.