Help needed with centering table header text.
<table class="table table-bordered table-hover center-all" id="dataTable">
<thead>
<tr>
<th scope="col" style="text-align: center">Name</th>
<th scope="col" class="headerText">Result</th>
</tr>
</thead>
</table>
Seeking guidance on how to overcome dataTables stylesheet icons affecting alignment.
EDIT:
Hoping to find a solution to disable the unwanted padding added by dataTables.