How it possible to disable rows when checkbox isn’t checked and enable row when I click on checkbox ?
For the moment I have a custom disabled (how to disable radio button ?) but I wish to really disable row except “enabled” column.
And how it possible to have “toggle” mode by rows for radio button (when I click on radio1 in row , radio2 become unchecked and vice versa) ?
Great example but how it possible to have “disabled css” on init if “chk” is set to 0 ?
I tried to had $cellCss on data with “css disabled” but in this way it works on init but not when I click in disabled element