Getting below errors while using datatable export extensions
Getting below errors while using datatable export extensions
TypeError: i.ext.buttons is undefined[Learn More] buttons.flash.min.js:24:168
TypeError: n.ext.buttons is undefined[Learn More] buttons.html5.min.js:17:431
TypeError: i.ext.buttons is undefined[Learn More] buttons.print.min.js:4:387
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery.min.js:4:26272
TypeError: a.init is not a function[Learn More]
where sequence of loading js is :
<link rel="stylesheet" type="text/css" href="css/bootstrap/dataTables.bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/fileExportCSS/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="css/fileExportCSS/buttons.dataTables.min.css">
<script src="js/jQuery/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="js/bootstrap/dataTables.bootstrap.js" type="text/javascript"></script>
<script src="js/bootstrap/bootstrap-table.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/dataTables.buttons.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/buttons.flash.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/jszip.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/pdfmake.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/vfs_fonts.js" type="text/javascript"></script>
<script src="js/fileExportJS/buttons.html5.min.js" type="text/javascript"></script>
<script src="js/fileExportJS/buttons.print.min.js" type="text/javascript"></script>
Please help in such situation
Answers
Can you link to the page showing the issue please? I don't see why that would be happening with your above code.
Allan