Custom print Table Page

Custom print Table Page

tlorenzo80tlorenzo80 Posts: 3Questions: 0Answers: 0
edited June 2010 in TableTools
Hi, when i printing the table with tabletools plugin the js function "fnPrintShowNodes" and "fnPrintHideNodes" build the page for printing with only table grid.

Is exist a simple way for custom this print page.
I only need to insert a div in the top of page with for example a logo.

Thanks.

Replies

  • SRussellNSRussellN Posts: 15Questions: 0Answers: 0
    You can put an image path in the:
    [code]$(document).ready(function() {
    TableToolsInit.sPrintMessage=""
    }[/code]

    That worked for me, but I am toying around with the js code to add in a footer image as well.
This discussion has been closed.