TableTools selection with deferRender (DT 1.10)
TableTools selection with deferRender (DT 1.10)
RagingTroll
Posts: 34Questions: 3Answers: 0
An error occurs when:
- select one item on the first page
- switch to page 3
- shift select random item on current page (page 3)
- click on a random item on current page without shift
or
- click on select all button
- click on random row on the first page
This discussion has been closed.
Replies
Yup - the problem is that the rows aren't being created, but the selector being used requires the nodes. I'll get that sorted as soon as I can (little bit overwhelmed with everything at the moment, so its going to be a little while).
Thanks for letting me know about it!
Allan
Any progress on this issue?
Not had a chance to work on it yet. I will later this week.
Allan
Nice. Thanks a lot. I am experiencing the same problem.
I have added a pull request that Allan accepted to fix this bug.
It is now included in the TableTools nightly build.
Still have a problem when I "Select all" and then try to "Deselect all".
Uncaught TypeError: Cannot read property 'nodeName' of null dataTables.tableTools.nightly.js:1715
Also happens when I manualy select rows spread over multiple pages and then hit "Deselect all"
This only when DeferRender is set to True
@robbinvandamme - The nightly hasn't been rebuilt yet - I'm still working on fixing that after the recent server upgrade.
@all - I've just committed a fix to address the issue.
The updated script is available on github and I'll be updating the nightly version on this server soon.
Allan