How can I center my non-sort columns ?

How can I center my non-sort columns ?

ldvldv Posts: 1Questions: 1Answers: 0

Hello,

I have a DataTables table on my application and I have a problem with my no-sort column.

My texts in my colum is not centered with my data in my column.

I try and I try but I didn't have a solution.

My head :

<table class="table table-striped table-hover datatable">
<thead>
<th class="centered">Title of my column</th>
....

My columns :

<tr>
<td class="centered">data 1</td>
....

Why my "data1" and my "Title of my column" are not centered ?

KR.

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    We'd need a link to a test case showing the issue (as required in the forum rules).

    Allan

This discussion has been closed.