thead-dark not applying correct thead style
thead-dark not applying correct thead style
zgoforth
Posts: 493Questions: 98Answers: 2
Link to test case: https://jsfiddle.net/BeerusDev/gm10rqp7/209/
Once I updated all of my extensions, I realized that my thead-dark is no longer getting applied to my DataTable headers?
Answers
Was able to fix this issue with replacing the thead class from
<thead class="thead-dark">
to
<thead class="table-dark">