Listening to Cell and Row Changes

Summary

  • AdapTable provides 2 Events useful for managing Grid Data Changes
    • Row Changed Event - fires whenever data is loaded, added, updated or removed
    • Cell Changed Event - fires when the contents of a cell changes

Row Changed Event

AdapTable's Row Changed Event fires whenever Rows are loaded, added, updated or deleted in AG Grid.

Caution

Deep Dive

Understanding the Row Changed Event

Row Changed Events
Fork
  • This demo listens to the Row Changed Event and outputs a System Status Message (each with a different type)
Try It Out

Cell Changed Event

The Cell Changed Event fires whenever the contents of any cell changes in AG Grid.

This can be the result of a user cell edit or of ticking data.

Deep Dive

Understanding the Cell Changed Event

Cell Changed Event
Fork
Try It Out
  • Apply the Smart Edit on the selected cell to update the Cell and trigger a Cell Changed Event