Angular
Fundamentals of ag-Grid with Angular: Cell Editing

Saving Data

Goals

  • Use the cellValueChanged output binding on the <ag-grid-angular> component to initiate an HTTP PUT request using Angular's HttpClient to an API for persisting user supplied data when editing a cell.
  • Enable full row editing using the editType input binding to the <ag-grid-angular> component.
  • Persisting value changes when editing row data using the rowValueChanged output binding.