thead-dark not applying correct thead style

thead-dark not applying correct thead style

zgoforthzgoforth 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

  • zgoforthzgoforth Posts: 493Questions: 98Answers: 2

    Was able to fix this issue with replacing the thead class from

    <thead class="thead-dark">

    to

    <thead class="table-dark">

Sign In or Register to comment.