Table header (Print message)

Table header (Print message)

aluferrarialuferrari Posts: 22Questions: 1Answers: 0
edited October 2012 in TableTools
Hi,

1) Can anyone please guide us as to how to format (font and size) of print header?
TableToolsInit.sPrintMessage= "This is table Header";

2) If we have 2 data tables in a page, how can we print different message for each of them?

3) We are on DT version 1.7 and we would like to add PDF button to the table, but when we add that, it does not show the PDF button. Does this version have PDF button support?

Thank you.

Replies

  • aluferrarialuferrari Posts: 22Questions: 1Answers: 0
    For #2: we tried "sMessage" but it has no effect at all.

    [code]
    "oTableTools": {
    "aButtons": [
    {
    "sExtends": "print",
    "sMessage": "Generated by DataTables"
    }
    ]
    }
    [/code]

    any ideas ?
This discussion has been closed.