I've created a table with a few columns. I made one column editable. The table allows multiple rows to be selected.
If I edit one or three or ten rows in the table, the changeSet array contains the modifications, including the primary key of each modified row. How do I get the primary key values out of the changeSet array and pass them to a bulk update query?
Or, is there a better way?