Print: Hide column from Printing

Print: Hide column from Printing

hitesh.maiskarhitesh.maiskar Posts: 11Questions: 3Answers: 0

Hi,
I want to hide last column from printing. How can I do that ?

I have tried below approach. but its not working.
customize: function ( win ) {
$( win.document.body )
.find( 'table' )
.css( {
color: 'green',
} )
.find('.actions').css('display', 'none');
}

*where 'actions' is a class applied to last column <th> and <td>.

PFA screenshot for detail.

Thanks,
Hitesh.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.