how to check checkboks after selecting a row

how to check checkboks after selecting a row

Rectec013Rectec013 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

Answers

  • Rectec013Rectec013 Posts: 42Questions: 10Answers: 0
  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    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

  • Rectec013Rectec013 Posts: 42Questions: 10Answers: 0

    Thanks a lot Colin . That was exactly what i was looking for .
    ;)

This discussion has been closed.