Custom print Table Page
Custom print Table Page
tlorenzo80
Posts: 3Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
[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.