Tabletools v2.1.5.dev on jQuery v1.9.x

Tabletools v2.1.5.dev on jQuery v1.9.x

p4ulcp4ulc Posts: 1Questions: 0Answers: 0
edited February 2013 in Bug reports
Theres a stray call in tabletools to .die() that requires translation into .off()

line 680'ish: $('tr', that.s.dt.nTBody).off( 'click.DTTT_Select' );



FYI/feedback on datatables on jQuery 1.9.0 - theres a "full_numbers" pagination button issue on IE-only. In fnInit the $('a', nPaging) selector isnt returning the elements in DOM order, so the button actions end up transposed. Its a jQuery bug thats fixed in jQuery v1.9.1. Theres a similar selector in "two_button" that might play up on 1.9.0, I havent tried it.

Thanks for all your efforts on DataTable - it's brilliant! :)

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Oops - thanks for flagging that up. I've just committed a fix and it is in the nightly now: https://github.com/DataTables/TableTools/commit/f43cb82

    > FYI/feedback on datatables on jQuery 1.9.0 [...]

    Thanks for pointing that out. I didn't know about that problem. I've just suggest folks upgrade to jQuery 1.9.1+ for that one :-)

    Allan
This discussion has been closed.