Checkbox/Change row color
Checkbox/Change row color
Ludde
Posts: 43Questions: 11Answers: 0
Hello,
This is my issue:
1) I would like to be able to select row from column 2 and forward, but I do not want the checkbox to be ticked for the rows selected.
2) And when I tick a checkbox the selected rows should not be changed
I have done an example where the checkbox is ticked when you selected row.
https://jsfiddle.net/2knvdb6z/
Cheers L
This question has an accepted answers - jump to answer
Answers
Sounds like you don't want to use the
select-checkbox
of the Select extension. To have a standard checkbox remove this config and add a checkbox input.This example shows one way to create a simple checkbox without the Select extension.
Kevin
Thanks kthorngren for pointing me in the correct direction! You are super!
Cheers L