Search
3547 results 2641-2650
Forum
- 30th Oct 2015¿Can I set columns, title, message, image dinamically?Cant this buttons option be set or taking from table data attribute? <table id="MyTable" data-title="MyTitle" data-columns="[1,2,3]" data-image="myimagesource,png" data-message="Nice table created with datatables.js"></table> $('#MyTable').DataTable({ buttons: [{ extend : 'print', text : 'Print', title : $('#MyTable').data('title'), message : $('#MyTable').data('message'), exportOptions: { columns: $('#MyTable').data('columns') }, customize: function ( win ) { $(win.document.body).prepend($('#MyTable').data('image')); } }] });
- 29th Oct 2015Uncaught TypeError: api.init is not a functioncopy', 'csv', 'excel', 'pdf', 'print' ], aoColumns: [ { "title": "CONTRACT", "data":
- 28th Oct 2015I got put tooltip on images to buttons, in case you need someone, destructive criticism is allowedcopy', 'csv', 'excel', 'pdf', 'print', { text: 'ADD', action: function
- 26th Oct 2015When using Buttons to export to PDF, character "&" is replaced with & in the PDF file.I used Buttons in to export the data shown in the DataTable to a pdf,csv. In the resulting pdf, character & is displayed as "&"; . It works fine when I try to print the data from DataTable.
- 23rd Oct 2015Error in colspanxls", }, { "sExtends": "pdf", }, { "sExtends": "print", "fnSetText" : "Press 'esc' to
- 14th Oct 2015Specifying and ordering columns for Exporting/Printingtable is exported or printed, and keep it in
- 12th Oct 2015Hide/Show Datatable Column and Use Export to Excel FunctionalityNow.i have Face Issue Regarding Hide/Show Column of Datatable List ..when i Generate a PDF File Hide Column is Also Dispaly in PDF,EXCEL,CSV AND Print File.. Any body have solution..both of work smoothly..
- 9th Oct 2015How to close the buttons collection button menu?text: 'ABB', buttons: [ { text: 'Print', className: 'sik-btn-abb-print', action: function
- 9th Oct 2015Are the Buttons and TableTools extensions mutually exclusive ?in Buttons) though the Print and PDF one are
- 7th Oct 2015Server side processing error - Responsive and button errortitle: "*", download: 'open' }, { extend: 'print', autoPrint: true, customize: function