Header Alignment on Datatables Print
Header Alignment on Datatables Print

I've added support to add a Print button to my DataTable. Everything works well, except when the new print window opens, the headers are centered, despite being left aligned on the main DataTable. How to I change the alignment on the printed table?
This discussion has been closed.
Answers
Is this with the Buttons extension? Can you link to the page (per the forum rules) so I can understand why that is happening. The table should inherit the same basic styles as the source table, but CSS rules might cause that not to happen.
Allan