tabalinas/jsgrid

HELP Select by cell and not row

Open

#976 opened on Dec 16, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (356 forks)batch import
help wanted

Repository metrics

Stars
 (1,520 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide