how to check checkboks after selecting a row
how to check checkboks after selecting a row
Rectec013
Posts: 42Questions: 10Answers: 0
Hello ,
I want to use the Select Extention for datatable , and i want to mark the checkbox from each selected line .
After row selcting , checkbox should be selected .
Something like this example but with SELECT plugin.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
http://jsfiddle.net/FbHAV/
Hi @Rectec013 ,
This example here does what you're after. It uses an event handler to toggle the rows through the Selector API.
Hope that's what you're after,
Cheers,
Colin
Thanks a lot Colin . That was exactly what i was looking for .