Hi all,
By default, my datatable is centered. Do you know where in the CSS I can left align the table with a pad?
Thanks,
K.
Here is what I ended up using:
div.dataTables_wrapper { width: 900px; margin: 0 auto; float: left; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Here is what I ended up using:
div.dataTables_wrapper {
width: 900px;
margin: 0 auto;
float: left;
}