javascript - PDF export in Data table using Tabletools with large number of column create unsymmetrical or non-formated data in PDF -
javascript - PDF export in Data table using Tabletools with large number of column create unsymmetrical or non-formated data in PDF -
i have created 1 sample table have 24 column, want export table pdf, using table tools of datatable
please find sample issue
http://jsfiddle.net/ashukasama/c8ywk/3/
$(document).ready(function () { $('table').datatable({ "bsort": false, "bpaginate": false, "bfilter": false, dom: 't<"clear">lfrtip', tabletools: { "sswfpath": "http://lucentinnovation.com/demo/badmc/charts/plugins/datatables/tabletools/swf/copy_csv_xls_pdf.swf" } }); });
i need format correctly.
javascript jquery html pdf datatables
Comments
Post a Comment