I have created a theme from jQuery theme roller and applied it to a table (DataTable.net).
The problem is that the roller is applying the width to the table using jQuery, overriding my attempts to define the width in my css-file. This would have been fine if it wasn't because there are a few extra px which makes the scroll-bar appear. I want to have a width so the bar is not visible before the user perhaps increase the size of a column.
I have tried to decrease the size of a column but that size is re-distributed to the other columns I believe.
Anyone having any idea how to override the style the roller adds?