I need to make an edit of a grid with a button to “save” and when pressed save all changes in each of the rows.
How I can approach this problem?
Will using javascript arrays and handle changes in each row?
Or can I use sql tables in memory (something like “cursors”) that do not affect the database but the application behave like a table?