Table header not centered

Table header not centered

jch02140jch02140 Posts: 3Questions: 2Answers: 0

I have disable sorting by default with the "bSort: false" option. However, the text in the first row are not centered like the rest. Is there a way to center the texts in the first row?

Here is the fiddle

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    edited July 2015

    The data in the first row looks centered to me. Do you actually mean the column headings?
    If so just apply some CSS. There are plenty of posts in here about styling.

  • jch02140jch02140 Posts: 3Questions: 2Answers: 0

    Hi,

    Yes. I was referring to the row with the bolded texts.

    I tried

    <thead style="text-align:center">
    

    and also

    <th style="text-align:center">
    

    for all the header cell but nothing changes....

This discussion has been closed.