How can I select multiple rows based on a field value?
How can I select multiple rows based on a field value?
AlexDTables
Posts: 19Questions: 3Answers: 0
Can I use table.rows().select() for selecting multiple rows with the value "22" in the field "pos_id" and afterwards update the field "status" with "COT" by using editor.set() and editor.submit()?
I was reading the docu but I didn't find how to select in this way! Do I need to code a loop for evaluating the rows (field "pos_id" = "22"?
This discussion has been closed.
Replies
I found the answer here: http://jsfiddle.net/f2hj1pgm/
Thanks.