Search
3678 results 1341-1350
Forum
- 28th May 2019Use variable in messageTopbutton or move to pdf etc "ajax": { "data": parametros,
- 17th May 2019Use Jquery on a datable that is created from an Ajax calltrue, buttons: [ 'copy', 'excel', 'pdf', 'csv' ], ajax:{ type: "POST",
- 13th May 2019Print button will not get current table data, just initial datalike so: Then the PDF I print off will
- 9th May 2019On Click Event - Not Always workingActions',exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10]}}, {extend: 'pdfHtml5', orientation: 'landscape', pageSize: 'LEGAL', text: 'PDF' ,title: 'Preventive Actions', exportOptions:
- 29th Apr 2019How to sum up selected columns?export', bom: true }, 'excel', 'pdf', ] }); moneyGrid.on('rowgroup-datasrc', function (e, dt,
- 22nd Apr 2019Export with currenr Date and Timevar currentdate = new Date(); var datetime = "Now: " + currentdate.getDate() + "/" + (currentdate.getMonth()+1) + "/" + currentdate.getFullYear() + " @ " + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds(); extend: 'pdf', messageBottom: datetime; is this correct?
- 18th Apr 2019How to make Print Buttons above search boxCSV', titleAttr: 'CSV' }, { extend: 'pdfHtml5', text: '<i class="fas fa-file-pdf"></i> PDF', titleAttr: 'PDF' }, { extend: 'print',
- 16th Apr 2019ExportWhich export options (PDF, Excel, etc) are you having problems with? Kevin
- 14th Apr 2019Enable button on row selecttitleAttr: 'Export CSV'}, {extend: 'pdf', text: '<i class="fa fa-file-pdf-o"></i>',
- 13th Apr 2019the datatable does not display Arabic when i export itWhich export (PDF, Excel, etc) are you having trouble with. Its probably been discussed on the forum before. For example here is a discussion regarding PDF export Kevin