Search
3540 results 2161-2170
Forum
- 1st Dec 2018How to change PDF export data borders?Hi, When I export data on click print button it generates pdf with very light gray color borders I wants to change that to black, please give me a solution. Thank you in advance.
- 30th Nov 2018jquery data table export pdf, excel and csv col span with header and rows are not workingnode.table.body.length) ? 2 : 1; }, }; }, }, { extend: 'print', } ] });
- 28th Nov 2018Footer losing all formatting when export to Exceletc. When using the print button option it is
- 26th Nov 2018Editor with RowReorder - Undefined Index when adding a new recordpageLength" }, { extend: "excel" }, { extend: "print" }, { extend: "colvis" }, { extend: "copy"
- 13th Nov 2018How to export actual data after javascript update?buttons: [ 'csv', 'excel', 'pdf', 'print' ] }); },1000); } function update_data(){ table.rows().invalidate('dom').draw();
- 12th Nov 2018Disable Sort Icons for sorted columnsdoc.content[1].table.widths = Array(doc.content[1].table.body[0].length + 1).join('*').split(''); }, }, { extend: 'print', title: 'Oundle School Sports
- 8th Nov 2018Datatable Pagination not working properly on server sideexportOptions" : { "columns" : ':visible' } }, { "extend" : 'print', "exportOptions" : { "columns" : [ 0,1,2,3,4 ] } }, "colvis"
- 3rd Nov 2018Why Datatables is trowing error "Cannot read property 'aDataSort' of undefined" when i destroy old icopy', 'csv', 'excel', 'pdf', 'print' ], "scrollY": "320px" } ); } else { let
- 3rd Nov 2018Table Local Storage Data reloadmodifier: { page: 'current'} } }, { extend: 'print', text: 'Drucken', autoPrint: true
- 1st Nov 2018pageLength parameter not working as expectedI have these parameters: "info": false, "scrollY": "200px", "scrollCollapse": true, "paging": false, "pageLength": 30, dom: 'Bfrtip', buttons: ['copy', 'csv', 'excel', 'pdf', 'print'], So I expect 30 rows to display; however, only five rows are displayed.