Search
3691 results 1351-1360
Forum
- 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
- 12th Apr 2019how to change the default number of records to display and instead of number use a head column fieldbuttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], initComplete: function () { this.api().columns().every(
- 3rd Apr 2019how to avoid duplicate rows of a particular column?Hi Colin, Here are the changes i tried but still i did not get the required result in the pdf, instead i got it in the datatable live.datatables.net/bilaxipo/1/edit live.datatables.net/pocomuho/1/edit Thanks Koka