Hi,
I Would to ask how can i change the sql script?
For example:
when pressing on the delete button (after selecting a row) - i want to change it from 'delete the row' to 'change value for the specific row (IsDeleted=1)'
Rather than using a delete action, use an edit (since you are really doing an edit, not a delete!). There is an example of that available here which is also available in the NodeJS download package.
Answers
Rather than using a delete action, use an edit (since you are really doing an edit, not a delete!). There is an example of that available here which is also available in the NodeJS download package.
Allan