problem with sorting arrows when bJQueryUI is true

problem with sorting arrows when bJQueryUI is true

aplavaplav Posts: 11Questions: 0Answers: 0
edited March 2012 in Bug reports
Hello Allan,
If bJQueryUI is false all sorting arrows are working fine. As soon as I make bJQueryUI true sorting arrows disappear though sorting is working fine. This issue i also mentioned by 2 other people in http://www.datatables.net/forums/discussion/5574/bjqueryui-.sorting_asc-class-not-applied-but-work-when-bjqueryui-is-false/p1
Is this a bug or I'm doing something wrong?
Please help!!! Thank you.

Replies

  • trudrungtrudrung Posts: 5Questions: 0Answers: 0
    I had a similar problem. I wasn't including the CSS files. After I included the CSS files, everything displayed properly.

    Look at the source of http://datatables.net/release-datatables/extras/TableTools/theme.html


    @import "../../media/css/demo_page.css"; @import "/media/css/header.ccss";
    @import "../../media/css/demo_table_jui.css";
    @import "../../examples/examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css";
    @import "media/css/TableTools_JUI.css";
This discussion has been closed.