header and footer classes change recently?

header and footer classes change recently?

jeanjean Posts: 12Questions: 5Answers: 0
edited March 2013 in DataTables 1.9
I'm upgrading to the 1.9.1 and as a side effect I am seeing that the two divs under the dataTables_wrapper DIV and surrounding the table itself doesn't have anymore the "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix" as classes, but an empty classes.
Those are the header and footer with the filtering and pagination options

Is that something which changed recently and that I have missed or did I mess up something in the upgrade?

Thanks
jean

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Can you link to a test page showing the problem please?

    There should be no upgrade issue like you describe. At least, not that I'm aware of. Upgrade notes for 1.9 are available here: http://datatables.net/upgrade/1.9

    Allan
  • jeanjean Posts: 12Questions: 5Answers: 0
    At the same time I upgraded jQuery from 1.7 to 1.9 and jQ UI to 1.10

    My original sDom was:
    '<"H"lfr>t<"F"ip>'

    Which on the old version was rendering the header/footer as:

    [code]




    Processing...


    [/code]

    With the new version, I see:
    [code]






    Processing...


    [/code]


    I could modify my sDom to be something like:
    '<"fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"<"H"lfr>>t<"fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"<"F"ip>>'

    But I was wondering what triggered that change.

    Make senses?

    thanks,
    jean
  • jeanjean Posts: 12Questions: 5Answers: 0
    After reading the doc, setting bJQueryUI to true does what I want!

    Is that a new behavior?
This discussion has been closed.