covalent icon indicating copy to clipboard operation
covalent copied to clipboard

print utilities

Open nueko opened this issue 6 years ago • 4 comments

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, etc

Thanks

nueko avatar Dec 14 '17 07:12 nueko

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 avatar Dec 14 '17 15:12 aciccarello

@aciccarello, always did that 😄

nueko avatar Dec 14 '17 15:12 nueko

would like to request for print friendly table print too

nueko avatar Dec 17 '17 13:12 nueko

Leaving open for more discussion

jeremysmartt avatar Sep 06 '18 18:09 jeremysmartt