jQueryUI integration - thead formatting doesn't match tfoot (CSS conflict?)
jQueryUI integration - thead formatting doesn't match tfoot (CSS conflict?)
wjens
Posts: 5Questions: 3Answers: 0
It looks like a conflict in the CSS related to sorting classes within thead such that it's overriding the jQuery ui-state-active class.
This discussion has been closed.
Answers
I think I found workaround by applying the jQueryUI class to <thead/>
<thead class="ui-state-default">...</thead>
This allows the sorting background to rest on top of the jQueryUI background.
Hope this helps someone else.