Is there a way to only select the row by the checkbox

Is there a way to only select the row by the checkbox

lenamtllenamtl Posts: 265Questions: 65Answers: 1
edited December 2019 in Free community support

Hi,

Using Datatables Select + gyrocode/jquery-datatables-checkboxes
https://github.com/gyrocode/jquery-datatables-checkboxes/

Is there a way to only select the row by the checkbox
For example if I click on another item / other column I don't want the row to be selected
but only if I select the checkbox

Note My checkbox is located into the second column not the first one
so 'selector': 'td:first-child'won't work

Answers

This discussion has been closed.