I am trying to style a jQuery UI DataTable. I have found the different classes that get inserted such as "odd" and "sorting_1". Right now, in order to change the styling, I am just overriding these in a separate stylesheet.
Is there a better way to change the default styling of the rows?
I don't think the rows are covered by ThemeRoller.
I'm not sure this will matter, but I am doing this in Rails 3.1.0 using the jquery-datatables-rails gem.