Is it possible to create a grid using Ag-Grid on Angular that fetches data from a local JSON file? And how can the edited row data be saved and sent to the server or back to the local JSON file?
In summary, I would like to know how to save edited row data in Ag-Grid and send it to the server upon clicking the Submit button. If anyone has successfully implemented this functionality using JavaScript, please share your insights as I am looking to incorporate it into an Angular project.
If there are any alternative solutions besides using Ag-Grid for achieving this specific feature, I'd appreciate hearing about them as well.