Search
3547 results 1191-1200
Forum
- 27th Sep 2017Reg - buttons not workingcopy', 'csv', 'excel', 'pdf', 'print' ] } ); } ); datatable itself is not
- 22nd Sep 2017Radio Buttons on a DataTablepdf', title: 'ExampleFile'}, {extend: 'print', customize: function (win){ $(win.document.body).addClass('white-bg');
- 22nd Sep 2017Datatable PDF export footer overall total error?page basis, but the print view shows the count
- 20th Sep 2017Error : Object doesn't support property or method 'dataTable'oSelectorOpts": { "filter": "applied" }},{"sExtends": "print", "oSelectorOpts": { "filter": "applied" }}], "sSwfPath":
- 20th Sep 2017Export button pdf and excel do not show on MacEven for that page only print and copy button are shown. Does safari not support button.html5.js? I use 1.4.2 version for buttons For Safari I have 5.1.7 version
- 14th Sep 2017Export options not visible in chrome after updating buttons plugin to latest version 1.3I can see only print option in chrome,whereas in
- 13th Sep 2017Custom Button - FlaskcopyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5', 'print' ] Remove the line I
- 13th Sep 2017Null at the end of the JSonlikely an echo or print or something like that
- 6th Sep 2017How to add a Refresh Tab buttonHello... It's my solution, to criate a new button instance: $.fn.dataTable.ext.buttons.refresh = { text: 'Refresh' , action: function ( e, dt, node, config ) { dt.clear().draw(); dt.ajax.reload(); } }; And use the same as the default buttons , buttons: [ "print", "refresh"]
- 4th Sep 2017Upgrade from tableTools to Buttons extensionsSounds like you want to create a custom button instead of using the built in print button. Does the custom button work for you? Kevin