I want to know whether a particular row is already selected or not.?
I want to know whether a particular row is already selected or not.?
priyankabhattad
Posts: 4Questions: 3Answers: 0
I tried using the any() method, but that will return if any of the rows in the table are selected. How do I find if a particular row is selected in the select event.
This discussion has been closed.
Answers
In my testing indexes seems to always point to the last node selected even when multiple rows are selected.
http://jsbin.com/yafuvah/36/edit is where I played with this