small bug dataTables 1.9.4 footer using jQuery UI

small bug dataTables 1.9.4 footer using jQuery UI

ericlatericlat Posts: 14Questions: 2Answers: 0
edited September 2012 in Bug reports
Line 10761 in jquery.dataTables.js

"sJUIFooter": "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"

i think it should be

"sJUIFooter": "fg-toolbar ui-toolbar ui-widget-footer ui-corner-bl ui-corner-br ui-helper-clearfix"

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    Ah - in the old days there wasn't a `ui-widget-footer` in the jQuery UI files. I'll defiantly look at adding this in. Thanks!

    Allan
This discussion has been closed.