Tables are not printing correctly
Created by: duksi1993
Hello, today I've added feature to print tables from my website. Then I have noticed that tables with classes below are not printing correctly, although they are displayed correctly on screen.
-
<thead class="thead-dark">
- Header and font are both white so header is not readable -
<table class="table table-dark">
- Like header, whole table is white, including the font. -
<table class="table table-striped">
- There are no striped rows when printing. Class has no effect when printing. Print result is the same with and without it.
At first I suspected that something is wrong with my website (that my CSS is overriding Bootstrap CSS because it is linked after it), but then I tried to print tables from official Bootstrap website and got the same issue.
I'm using Bootstrap v4.0
Hope this will be resolved soon. Thanks.