header and footer classes change recently?
header and footer classes change recently?
jean
Posts: 12Questions: 5Answers: 0
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
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
This discussion has been closed.
Replies
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
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
Is that a new behavior?