In a Vue.js application, I have a Syncfusion Data Grid which is bound to a remote data. The Edit mode set to 'Batch'.
In the Data Grid, I have a computed column. That means it must recalculate every time that some fields have been changed. To recalculate that I need all data in the grid.
When I use getDataModule it gives me initial data that not include changed data by the user.
How can I access all data in the Grid include changed data?
Thanks