Description
Hello Tabalinas ! First of all, thanks a lot for the JsGrid tool, really simple to use and powerful ! I'm not sure if what I need to do is actuallys upported by jsGrid, that's why I create the subject. What I want to do is the same as this subject https://github.com/tabalinas/jsgrid/issues/458 except i need to make each field editable or not depending on separate values. Example : .......... | value | percentage | value_editable | percentage editable | line 1 | _ 2 _ | __ 5 _________ | ___ true_________| false ___________________ | line 3 |__ 8 _ | __ 8 _________ | ___ false________| true ____________________ |
Here, I need to make value editable and percentage read only for line 1, and value read only and percentage editable for line 2. Would that be possible ? And how ?
Thanks a lot, Tilia