Batch inline editing
Batch inline editing
I am trying to implement inline batch editing (where the user can edit multiple rows and then save to the backend all at once) using datatables and editor. Best results so far are with replacing the ajax definition in the editor creation, as described in https://editor.datatables.net/examples/advanced/localstorage.html. I intend to work with the data from the row in the function but I am unclear about what to return in the successCallback. I currently return data.data. This updates the row but the editor does not display when I try to edit the next cell.
Does anyone know of an example of inline batch editing or why the editor is not showing up when attempting to edit the next cell?
Any help would be appreciated. Thanks