Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

For Bootstrap, Print does not carry the header CSS

$
0
0

Hello @allan and @colin
Here is a test case https://jsfiddle.net/90715p3d/ using Bootstrap where the header color is black with white text is visible for the table thead, but when it is printed the thead is white with white text. Why is it not carrying forward the applied CSS

.dataTable thead tr th:nth-child(1) { background-color: black; color: white; }


Viewing all articles
Browse latest Browse all 2364

Trending Articles