Search
3538 results 1251-1260
Forum
- 13th Dec 2016How to get row selection export working?copy', 'excel', 'csv', 'pdf', 'print' ] }, With this config all
- 8th Dec 2016Printing Row NumbersI was able to print the row numbers by
- 6th Dec 2016Excel output - possible to add "message" header using "customize" option?like the PDF and Print buttons and have it
- 4th Dec 2016Where set the create title and buttons text?class="fa fa-file-pdf-o"></i> PDF' }, { extend: 'print', text: '<i class="fa fa-clipboard"></i>
- 1st Dec 2016columns().data() returns empty arraysClicking on ADD will print the data to the
- 30th Nov 2016Why does the Binding fail?to. This is the print out in the response:
- 28th Nov 2016Printing - Getting one header per page instead of multiplewell and they all print as would be expected
- 25th Nov 2016Jumping to the inserted row after an insertdiscussed here and the print and export buttons. It
- 4th Nov 2016The Buttons do not have bordersYou would need to use the customize option of the print button to modify the HTML of the print table (adding classes for example). Allan
- 4th Nov 2016combine table tool and colvisi think this is how we write it :smile: buttons: [ { extend: 'copy', exportOptions: {columns: ':visible'} }, { extend: 'print', exportOptions: {columns: ':visible'} }, { extend: 'csv', exportOptions: {columns: ':visible'} }, { extend: 'excel', exportOptions: {columns: ':visible'} }, { extend: 'pdf', exportOptions: {columns: ':visible'} }, 'colvis' ]