Search
3538 results 1191-1200
Forum
- 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
- 29th Aug 2017how to add 'title' attribute to 'copy', 'excel', 'previous' and 'next' buttons for 508 complianceThanks a lot Allan! It works for 'Copy', 'Print', ... buttons. Any suggestion to pagination related buttons, such as 'previous', '1', '2', ... 'next'?
- 21st Aug 2017Have a range of years in datatable column and when search in the range, find the itemsit also in the print function, now, I have
- 21st Aug 2017Can we create lengthy column in separate raw when export to excel?sheet).attr( 's', '55' ); } }, { extend: 'print', exportOptions: { columns: [ 1, 2,
- 18th Aug 2017Alguna forma de poner una tabla en espaƱolExcel", "pdf": "documento PDF", "print": "Imprimir", "colvis": "Visibilidad columnas",
- 12th Aug 2017Need Help printing custom labelsdifficult to modify the print code but I haven't
- 2nd Aug 2017Oracle, JSON and PythonPOST request. You can print kwargs to verify. You
- 2nd Aug 2017DataTables Editor: new record form with custom display controller in empty tablecopy', 'excel', 'csv', 'pdf', 'print'] },{ extend: 'colvis', columns: ':gt(0)'
- 31st Jul 2017How to fix a row with sorting enableddatatables JS here @media print { .no-print, .no-print * { display: none