TinyBase logoTinyBase β

Listening for changes

addRowListener

Essential

The addRowListener method registers a listener function with the Store that will be called whenever data in a Row changes. Read more.

addCellListener

Essential

The addCellListener method registers a listener function with the Store that will be called whenever data in a Cell changes. Read more.

addValueListener

Essential

The addValueListener method registers a listener function with the Store that will be called whenever data in a Value changes. Read more.