Open nueko opened 6 years ago
If you want to implement something like that yourself, it should be pretty simple to implement with CSS classes. Something like
@media print {
.hide-print {
display: none !important;
}
}
@aciccarello, always did that 😄
would like to request for print friendly table print too
Leaving open for more discussion
Do you want to request a feature or report a bug?
Feature
Feature Request
I see that we miss the print utilities where old angular has
hide-print
,layout-print
, etcThanks