DataTables in Jquery UI Tabs

DataTables in Jquery UI Tabs

malpautimalpauti 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.

Answers

  • allanallan Posts: 63,116Questions: 1Answers: 10,397 Site admin

    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

  • malpautimalpauti Posts: 8Questions: 4Answers: 1

    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. :)

This discussion has been closed.