PDF - Include table caption in PDF
PDF - Include table caption in PDF
somehuman
Posts: 7Questions: 2Answers: 0
Using datatables v1.10.11 and buttons v1.1.2 how can i include the table caption in the pdf results?
The table prints fine, but does not include the caption.
Thanks
SomeHuman
This discussion has been closed.
Answers
You'd need to use the
message
option of thepdfHtml5
button type and have it read the caption. There is no built in way to do it, but an extra line or two of code should do it.Allan
That works. Thanks!