Changing column size using ajax sourced data

Changing column size using ajax sourced data

timleikertimleiker Posts: 6Questions: 3Answers: 0
edited May 2014 in DataTables 1.10

I think I have tried every combination of trying to change the column widths for my table.
I would like less padding. I have commented out the /* width: 100%; */ in jquery.dataTables.css.
Added "bAutoWidth": false. to the init, tried "sWidth": "10%",in the data sections of the the init.

Is it possible to slightly change the column widths?

This discussion has been closed.