Teradata / covalent

Teradata UI Platform built on Angular Material
https://teradata.github.io/covalent/
MIT License
2.23k stars 358 forks source link

print utilities #1035

Open nueko opened 6 years ago

nueko commented 6 years ago

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

aciccarello commented 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;
  }
}
nueko commented 6 years ago

@aciccarello, always did that 😄

nueko commented 6 years ago

would like to request for print friendly table print too

jeremysmartt commented 6 years ago

Leaving open for more discussion