Search
3537 results 641-650
Forum
- 25th Jun 2019how to separate the content of my datatable, in such a way that I can print with the same button ??can you use the buttons.buttons.accion?
- 18th Mar 2018set column width of the print viewI want to set the width of the columns while printing. Also I need to merge and wrap only the header text of some columns while printing.
- 30th Jan 2018print buttons and relative pathI've the same problem like in https://datatables.net/forums/discussion/31227/print-button-and-absolute-paths and I found a solution. why not use $('a').each( function (i, link) { link.setAttribute( 'href', _relToAbs( link.getAttribute('href') ) ); } ); in DataTable.ext.buttons.print.acions
- 15th Jan 2018Change data source before printon the button to print(view, export), remove the page
- 13th Nov 2017print footer, imprimir rodapéBom, gostaria de saber se alguém tem uma solução para o seguinte problema: Estou tentando gerar um somatório de alguns valores da tabela e exibir no tfooter, quando eu tento imprimir o que eu exibir em uma célula do tfooter é replicada em todas as outras, gostaria que exibisse apenas um relatório do datatable na impressão.
- 26th Oct 2017how to create watermark in all my print pages?** Using this code watermark display in first page only.... ** customize: function ( win ) { $(win.document.body) .css( 'font-size', '10pt' ) .prepend( '<img src="assets/img/Logo.png" style="position:absolute; top:400; left:300; bottom: 1500; opacity:0.2;" />' ); $(win.document.body).find( 'table' ) .addClass( 'compact' ) .css( 'font-size', 'inherit' ); },
- 18th Sep 2017print result contain blank pagehi there, i use DataTable customize function. what is the right way to add <h1> element with .prepend() function? because every time i add <h1> or any <hx> with .prepend() function it will add one blank page on it. and of course when i remove <h1> tag. everything is fine
- 28th Mar 2017I need to display variable number of rows on each page when using pagination and same on print & pdfI need to display variable number of rows on each page when using pagination. Ex. I have customer id on table, with each customer id there are variable number of rows. I want to display all the data rows of each customer based on customer id on separate pages irrespective of page size.
- 1st Nov 2016Update export file title and message (PDF, Print)I need to update export file name and message from an input text field, if i try that in button action then download does not works, if i update that inside button extend options then it only gets the title when it was first loaded no dynamic title. please suggest. example title: $("#export_heading").val() also if i try that in action then download does not work action: function ( e, dt, node, config ) { this.title = $("#export_heading").val() }
- 4th Aug 2016Rendering a Sparkline in Print Viewsparkline to show when printing or making a pdf.