Angular
Fundamentals of ag-Grid with Angular: Cell Editing
  •  

Provided Editors

Goals

  • Use the cellEditor property in the column definition to enable the default input agTextCellEditor editor.
  • Use the cellEditor property in the column definition to enable the popup input agPopupTextCellEditor editor.
  • Use the cellEditor property in the column definition to enable the textarea agLargeTextCellEditor editor.
  • Use the cellEditor property in the column definition to enable the select agSelectCellEditor editor along with the cellEditorParams object to specify an array of values that control the select options that the user can choose from editing the cell value.
  • Use the cellEditor property in the column definition to enable the popup select agPopupSelectCellEditor editor.
 

I finished! On to the next chapter