Filter row and paginate row have the same wrapper classes when using jQuery UI

Filter row and paginate row have the same wrapper classes when using jQuery UI

pavdropavdro Posts: 1Questions: 0Answers: 0
edited September 2013 in Bug reports
Hi,
I'm trying to change filter row and pagination row styles and noticed that the wrappers for the actual DataTable divs have the same classes. This is when using jQuery ui.

[code]fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix[/code]
and
[code]fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix[/code]

Now there is small difference "ui-corner-tl" and "ui-corner-bl", but I'm not sure if that's the classes used to identify header and footer:)

Thanks

Example - same as front page http://datatables.net/
http://debug.datatables.net/axofec
This discussion has been closed.