When printing a ConfiForm Table the colors of the cells/rows do not print. I am NOT exporting, I am just printing a page with the 'window.print()' function.
Is there a way to force this?
Community moderators have prevented the ability to post new answers.
As we discussed in our private support channel this is not about to ConfiForms tables, but tables in Confluence in general
Probably a space level CSS to tag the printing CSS
@media print {
}
and specify "th" elements with explicit color/style might help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.