Hi All,
I want to hide the website title
tag and date
when print.
Also, I want to add some text above the table. Like: 'Debtors Report'
How I can achieve this. Please help me!!!
I have tried below code for print the table:
$('#printData').DataTable({
dom: 'Bfrtip',
buttons: [
{
extend: 'print',
}
]
});`
Thanks in advance!!!