fnRowSelected and fnSelectAll
fnRowSelected and fnSelectAll
deathwing
Posts: 4Questions: 0Answers: 0
Hi Allan,
I'm using datatables with tabletools and multi-selection enabled.
I just noticed that the fnRowSelected event doesn't fire after calling fnSelectAll.
Deselection works as i would expect it to: Calling fnSelectNone fires the fnRowDeselected event for every row which got deselected.
Is that a bug or desired behavior?
If that is desired: wtf? ;)
I bet you hear that a lot, but you did a great job creating datatables - thank you for that :)
I'm using datatables with tabletools and multi-selection enabled.
I just noticed that the fnRowSelected event doesn't fire after calling fnSelectAll.
Deselection works as i would expect it to: Calling fnSelectNone fires the fnRowDeselected event for every row which got deselected.
Is that a bug or desired behavior?
If that is desired: wtf? ;)
I bet you hear that a lot, but you did a great job creating datatables - thank you for that :)
This discussion has been closed.
Replies
Allan
Now I just tried DataTables 1.8.2 and TableTools 2.0.2.dev
Seems like you have changed the behavior: Both events get fired correctly, but when using fnSelectAll or fnSelectNone the event just fires once and the node argument of the callback is null.
That's ok, thank you :)