There is an application with a table written in c # MVC. In the standard table implementation, it is allowed to edit, delete and update records line by line.
It is necessary to store the changes on the table, and apply them by pressing a single "save" button located on the table. Maybe there are some ready-made solutions about this?
While working version to save all changes to local storage on JavaScript / jQuery. And on the button to hang up processing of arrays of saved changes.