Dash AG Grid cell change callback

What do I use in a callback when a Dash AG Grid cell changes? I can trigger the callback when the cell is selected, but I’m not capturing what changes.

Hello @mburger,

You are looking for the cellValueChanged event. :grin:

Thank you. Is there a list of events somewhere? I haven’t been able to find one.

There isnt necessarily a list, but we do have some docs that @AnnMarieW put together demonstrating what is available.

We are still making some changes, and more than likely another alpha will come out before the official v2.

With all that being said, we try to stay as close to AG Grid’s documentation and events as much as possible.

1 Like