Search
3692 results 3391-3400
Forum
- 30th Jan 2019Webpack is looking for an index in the datatables folderIf you have js not found issue, try to load built version of pdfmake: require('pdfmake/build/pdfmake.js'); require('pdfmake/build/vfs_fonts.js'); You can also disable AMD which will solve a lot of issues: var config = Encore.getWebpackConfig(); config.module.rules.unshift({ parser: { amd: false, } }); module.exports = config;
- 30th Jan 2019require('datatables.net-buttons') has made a lot of errorsYou need to use client side already built version of pdfmake: require('pdfmake/build/pdfmake.js'); require('pdfmake/build/vfs_fonts.js');
- 24th Jan 2019row().scrollTo() not workingBrt', buttons: [ 'copyHtml5', 'excelHtml5', 'pdfHtml5', 'print' ], data: wm, columns:
- 23rd Jan 2019Is it possible to fix the buttons, search, paginations, etc. at the header?HTML 5 export JSZip pdfmake Print view FixedHeader Responsive
- 18th Dec 2018Populate a text field by choosing an item from a select list?node, config ) {dt.ajax.reload();}}, { extend: 'pdfHtml5', orientation: 'portrait', filename: 'OESA
- 8th Dec 2018Possible CDN Error - Receiving "Uncaught Editor requires DataTables 1.10.7 or newer" Error Messagemay want to put pdfmake.min.js and vfs_fonts.js after the
- 21st Nov 2018Responsive issue with clear search and savestatebuttons.bootstrap.min.js buttons.html5.min.js buttons.print.min.js jszip.min.js pdfmake.min.js vfs_fonts.js buttons.colVis.js dataTables.colReorder.min.js jquery.dataTables.yadcf.js
- 12th Nov 2018Excel Button not showing up using WebpackThis way that I've used to work correctly with webpack import pdfMake from "pdfmake/build/pdfmake"; import pdfFonts from "pdfmake/build/vfs_fonts"; pdfMake.vfs = pdfFonts.pdfMake.vfs; import * as JSZip from "jszip"; window.JSZip = JSZip; import "datatables.net-buttons"; import "datatables.net-buttons/js/buttons.html5.js"; import "datatables.net-buttons/js/buttons.print.js";
- 12th Oct 2018excelHtml5 and euro currency conversionTypeError: Cannot set property 'pdfMake' of undefined at buttons.html5.js:51
- 10th Aug 2018sbcs codecto is part of pdfmake, which is hosted by