top of page

Printing without Links

Use the below CSS code in your application to hide either the page or menu links


/*Hide Links when Printing Page*/

@media print {

.kn-table-link {

display: none;

}

}


/*Hide Menus when Printing Page*/

@media print {

.menu-links {

display: none;

}

}

64 views0 comments

Recent Posts

See All
bottom of page