jQueryUI integration - thead formatting doesn't match tfoot (CSS conflict?)

jQueryUI integration - thead formatting doesn't match tfoot (CSS conflict?)

wjenswjens 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.

http://www.dev.myorderdesk.com/_POC/datatables/

Answers

  • wjenswjens Posts: 5Questions: 3Answers: 0

    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.

This discussion has been closed.