Search
3538 results 241-250
Forum
- 29th Aug 2012Problem adding Print ButtonsPaginationType": "full_numbers", "oTableTools": { "aButtons": [ "print" ] } }); I can see that
- 28th Jul 2012Wondering how to make Print view working for a regular HTML tabledid actually rip the print code out of TableTools
- 25th Jul 2012How to print from own print button if user hasn't Adobe Flash installed?aButtons": [ { "sExtends": "text", "sButtonText": "Print report", "sInfo": "<h3>Creating report.</h3>"
- 19th Jul 2012TableTools multirow select print only selected rowsto the initial post (printing only selected rows), I
- 13th Jun 2012Printing a DataTables table so thatonly Print button is seen in User Interface, haven't succeeded...Hello and thanks Allan, How about then if I want to change e.g. word in button 'Print' to other language e.g. German or French, is that possible? Br Michael
- 28th May 2012Tables showing misaligned headers during browser print optionthe user clicks the print option from the browser.
- 24th Apr 2012How to print grouping row with TableToolsI click the TableTools print button the sorting is
- 10th Apr 2012print tableand 2nd is for print, not to show to
- 25th Mar 2012open new window to printwhen I press the print button at the hearing next printing does not come out
- 22nd Mar 2012Print view should not cause iDisplayLength = -1 when bServerSide = TrueHi David, almost two years, but still worth comments :) It can be done by setting "bShowAll" to false, this way [code] $(document).ready( function () { $('#example').dataTable( { "sDom": 'T<"clear">lfrtip', "oTableTools": { "aButtons": [ { "sExtends": "print", "bShowAll": false } ] } } ); } ); [/code] Cheers.