tabalinas/jsgrid

HELP Select by cell and not row

Open

#976 ouverte le 16 déc. 2017

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (356 forks)batch import
help wanted

Métriques du dépôt

Stars
 (1 520 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur