TableTools Select/Deselect Bug?
TableTools Select/Deselect Bug?
isepise
Posts: 14Questions: 4Answers: 1
See
http://live.datatables.net/yuyecet/1/edit?console,output
Steps:
- Select All
- Try to deselect -> ERROR
Workaround: Set deferRender
to false
This discussion has been closed.
Answers
I think a fix to the
fnSelectNone
function in TableTools could do the job.fnSelect
(not working in the example above, step 2) also callsfnSelectNone
in single select mode.