Search
3546 results 2091-2100
Forum
- 9th Jun 2019Column headings not printed when I have a search on each column.is that when I print the column headings are not printed. Same issue with export,
- 8th Jun 2019fixedHeader width is incorrect when using with Column visibility1.5.6, Column visibility 1.5.6, Print view 1.5.6, FixedHeader 3.1.4
- 5th Jun 2019Wrap PDF column textwhen I click the PRINT button or the PDF
- 5th Jun 2019title in datatable to the right of buttonI would like to be able to put a title to the table in the same row as the pdf, print, etc. buttons.
- 4th Jun 2019how do i make a custom button work inside a row?specific actions like edit, print pdf, etc and nothing
- 27th May 2019datatables ajax data function not sending data through but ajax data json doescopy', 'csv', 'excel', 'pdf', 'print' ], "lengthMenu": [ 8, 16, 24,
- 24th May 2019Need multilevel tools in datatable.tbl-custom-dropdown', fade: true }, { extend: 'print', className: 'btn default' }, { extend:
- 22nd May 2019yadcf plugin not workingcopy', 'csv', 'excel', 'pdf', 'print', 'colvis' ] }).yadcf([ {column_number: 0},
- 22nd May 2019problems with the 'ultimate date/time sorting plugin'buttons: [ 'copy', 'csv', 'excel', 'print' ] } ); } ); And my includes: I'm
- 19th May 2019How to obtain the value of the input field in a data table that is filled dynamically in Angular?DataTables does not recognize the data displayed in my database html <tbody> <tr *ngFor="let contacto of contactos"> <td>{{contacto.tipoDe}}</td> <td>{{contacto.fecha}}</td> <td>{{contacto.cedulaEmisor}}</td> <td>{{contacto.longitud}}</td> <td>{{contacto.latitud}}</td> <td>{{contacto.direccion}}</td> <td>{{contacto.estadoDelito}}</td> </tr> </tbody> component.ts $(function(){ $('#example').DataTable( { dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] }); });