how to remove title in print view?
how to remove title in print view?
every print in datatables automatically get title, how to remove it?
This discussion has been closed.
every print in datatables automatically get title, how to remove it?
Answers
You can use the
titleoption as described in the print docs:https://datatables.net/reference/button/print
For example:
Kevin