Angular
Fundamentals of ag-Grid with Angular: Data

Delta Row Data

Goals

  • Learn the basics of immutability in Angular.
  • Enable the delta row data model using the deltaRowDataModel input binding on the <ag-grid-angular> component.
  • Provding a function for determing the a row node unique identifying via the getRowNodeId input binding for determing the changes to immutable data.
  • Inplementing immutable data using NgRx, a redux inspired library for Angular.

Errata

  • The deltaRowDataModel input binding has been deprecated in favor of the immutableData input binding.
 

I finished! On to the next chapter