Angular
Fundamentals of ag-Grid with Angular: Rows
  •  

Row Dragging

Goals

  • Set the rowDrag property for a column that contains a handle for dragging rows in the grid.
  • Use the managed row dragging mode by setting the rowDragManaged input binding on the <ag-grid-angular> component.
  • The animateRows input binding enables or disables animations when dragging rows.
  • Programmatically enable or disable row dragging using the setSuppressRowDrag() method in the Grid API.
  • Using unmanaged row dragging enables fine control over the row dragging behavior by binding to the rowDragEnter, rowDragEnd, rowDragMove, and rowDragLeave output bindings.
 

I finished! On to the next chapter