Batch Editing
Currently, you can only save one by one from what I can see and from what I can read in the documentation.
Is there a way to save every row that is in an editing state?
Hi,
Do you mean batch editing? If so, currently we don't provide such a functionality out of the box. However, you can implement it on your side. Use the EditingState plugin in controlled mode to manage added and changed rows. Please refer to this example for more details. Here, I'm using a custom plugin that uses the commitChangedRows and commitAddedRows actions to fire the onCommitChanges event.
Hi @SergeyAlexeev , thanks for this example, it solves my problem!
@SergeyAlexeev If batch editing were to be supported, I imagine canceling would be too right?
Perhaps Support Batch Operations would fit more closely. Thoughts?
@cevr We'll support canceling, of course. Our roadmap is here.