Left align column?

Left align column?

relipserelipse Posts: 10Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
How do I align a checkbox and text to the left of a th column?
It looks like http://oi19.tinypic.com/7yrpngp.png
And I would like the checkbox and text aligned to the left.
Sorry I'm not so good at css.

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Please link to test cases: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read . There are a lot of things that could cause what you are seeing, so I can only answer the basic question - use `thead th, thead td { text-align: left; }` in your CSS.

    Allan
  • relipserelipse Posts: 10Questions: 0Answers: 0
    Thanks! I got it!
This discussion has been closed.