Skip to content

Tables are not printing correctly #25453

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions