Search
3548 results 251-260
Forum
- 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.
- 1st Mar 2012Adding info division to print outUse the sMessage option for the print button: http://datatables.net/extras/tabletools/button_options#sMessage Allan
- 22nd Feb 2012print button as a generic hide/show button [SOLVED]to change tabletools, but print has now another propertie
- 12th Feb 2012Print Datatables with div contentI presume you are using the TableTools print option? Have you looked at the sMessage parameter: http://datatables.net/extras/tabletools/button_options#sMessage ? You can put any HTML you want in there. Allan
- 27th Jan 2012Print problem with header and bSelectedOnlyhi viz, regretfully tabletools print doesn't work with a single row. joao noronha
- 17th Sep 2011print without preview [SOLVED]You would need to add this in: http://www.quackit.com/javascript/javascript_print.cfm . You could modify the fnClick function for the print button in TableTools to add this print option. Allan
- 7th Sep 2011[Solved] Getting only print button.TableTools( oTable, { "aButtons": [ { "type": "print", "sButtonText": " ", "sToolTip": "Print" }] }); $('#transaction_wrapper').before(
- 19th Aug 2011Tabletools print lines between valuesto not wrap when printing that would be fine
- 22nd Jul 2011Copy and Print ButtonsSorry it's work for the copy function but for the print function it's diffrent. I don't know how do that.
- 2nd Jul 2011How can I programmatically close the print view?sButtonText": "<?=__("HP Button0083")?>" } , { "sExtends": "print" , "bShowAll": false , "sMessage": '<div