Scroller not working with Datatables v2
Closed this issue · 4 comments
VeloAddict commented
Using:
"datatables.net": "^2.0.0",
"datatables.net-scroller": "^2.4.0",
Uncaught TypeError: this.s.dt.oInstance.fnDraw is not a function (dataTables.scroller.mjs:271)
at Scroller.measure (dataTables.scroller.mjs:271:1)
at _Api.<anonymous> (dataTables.scroller.mjs:1337:1)
at _Api.iterator (dataTables.mjs:6570:1)
at _Api.<anonymous> (dataTables.scroller.mjs:1335:1)
at Function.measure (dataTables.mjs:6690:1)
With Datatables 1.13.10 had no issues.
AllanJard commented
Thank you - looks like a missed a call to the legacy API. I'll patch it shortly.
AllanJard commented
Fixed in the Scroller repo. It will be in Scroller 2.4.1 which I'll drop in the next few days.
VeloAddict commented
Any idea when will this fix be released?
AllanJard commented
Sorry - should be later today or tomorrow.