How to override dataTable header text-align: left;

How to override dataTable header text-align: left;

FoxRocks76FoxRocks76 Posts: 5Questions: 3Answers: 0

I'm upgrading from v1 to v2 and my headers won't center now. I "inspected" the header row and found this overriding my style:

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td { text-align: left; }

I checked the documentation and didn't see anything that addresses this, and a form search didn't help either.

Appreciate any help you can provide!

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.