Search
2986 results 1191-1200
Forum
- 1st Aug 2017Can I see a link to a page with button extensions working? Print, Excel etc.Only a single row will be exported in the header and/or footer of the export functions at this time I'm afraid. Working around it requires new code to be added, such as that in the link Kevin posted. Allan
- 28th Jul 2017Column search second headertext input to each footer cell $('#example thead tr:eq(1)
- 27th Jul 2017Buttons exportOptions columns exporting all header columnsHow to add second footer to pri... The code
- 26th Jul 2017Column filtering breaks with scrollX enabled - Please mark as answeredinput box in the footer than the former approach
- 26th Jul 2017Unable to lookup only in first 3 columnsIf i did that the footer search doesn't work. example i replaced as below table.columns( '.column-search' ).every( function () { var that = this; $( 'input', this.footer() ).on( 'keyup change', function () { if ( that.search() !== this.value ) { that .search( this.value ) .draw(); } } ); } );
- 25th Jul 2017Excel button showing on localhost onlyThis is my code. $(function () { $('#AdminGrid').DataTable({ "paging": false, dom: 'Bfrtip', fixedHeader: { header: true, headerOffset: 50 //footer: true }, buttons: [ { extend: 'excel', text: 'Save as excel', exportOptions: { modifier: { page: 'current' } } }] }); });
- 19th Jul 2017Print Button does not show records in Chrome6, 7] } }, { extend: 'print', footer: 'true', title: "Title of
- 13th Jul 2017Documentation for adding custom buttons to a datatable; TableToolsthe table header and footer fails to render and
- 3rd Jul 2017resize search fields when using columns().search()I'm an idiot. // Setup - add a text input to each footer cell $('#example tfoot th').each( function () { var title = $('#example thead th').eq( $(this).index() ).text(); if (title === "Age"){ $(this).html( '<input type="text" placeholder="'+title+'" style="width: 20px"/>' ); }else{ $(this).html( '<input type="text" placeholder="'+title+'" />' ); } } );
- 27th Jun 2017ScrollY or scrollX option : double elements issuemy search fields on footer var CurrentTable = $.fn.dataTable.tables( {visible: