I am using ThemeRoller and would like to tweak the looks a little, but am not sure how:
If the theme places the filter window in the top left corner, can I move it all the way to the right?
The positioning of the elements that DataTables puts around the table are controlled by sDom and the CSS. The default is to to have the filter on the right (as seen in the examples) and my demo CSS reflects this. If you want to change it, I'd suggest changing sDom to add the elements in the order you want and then playing around with Firebug to get the CSS required for the layout.
Replies
The positioning of the elements that DataTables puts around the table are controlled by sDom and the CSS. The default is to to have the filter on the right (as seen in the examples) and my demo CSS reflects this. If you want to change it, I'd suggest changing sDom to add the elements in the order you want and then playing around with Firebug to get the CSS required for the layout.
Allan