Retrieve data from table on editor onInitEdit
Retrieve data from table on editor onInitEdit
Hi,
is it possible to retrieve the value of the second selected cell when I use editor.on ('onInitEdit') ?
Ex :
I have a datatable with 2 columns and x lines. When i select the second line (1st column : TOTO, 2nd column = GO), I click on Edit and I want to alert ID and VALUE of the second line (alert will show ID : 7, VALUE : GO) .
Thanks.
is it possible to retrieve the value of the second selected cell when I use editor.on ('onInitEdit') ?
Ex :
I have a datatable with 2 columns and x lines. When i select the second line (1st column : TOTO, 2nd column = GO), I click on Edit and I want to alert ID and VALUE of the second line (alert will show ID : 7, VALUE : GO) .
Thanks.
This discussion has been closed.
Replies
Allan