The error Uncaught TypeError: Cannot read property 'ext' of undefined at eval (dataTables.buttons.js

The error Uncaught TypeError: Cannot read property 'ext' of undefined at eval (dataTables.buttons.js

IgorBIgorB Posts: 6Questions: 0Answers: 0

Hello i've the Error (dataTables.buttons.js?1051:42)
into the file
row# 42 var _dtButtons = DataTable.ext.buttons;

In Vue
"
import $ from "jquery";
import DataTable from "datatables.net";
import jsZip from "jszip";

import "datatables.net-dt";
import "datatables.net-buttons-dt";
import pdfMake from "pdfmake/build/pdfmake";
import pdfFonts from "pdfmake/build/vfs_fonts";

import "datatables.net-buttons/js/buttons.flash.js";
import "datatables.net-buttons/js/buttons.html5.js";
import "datatables.net-buttons/js/buttons.print.js";

"
The order of imports is correctly. DataTable is before buttons.
Why this code don't work?
Thanks

Replies

  • allanallan Posts: 61,656Questions: 1Answers: 10,094 Site admin

    Please link to a test case showing the issue.

    Allan

This discussion has been closed.