Adds an event handler that runs when the table's data is changed.
A table receives a dataChange
event when the table's data is changed
using the rows
property.
eventHandler(event: Event): void
The name of the function or
the function expression to run when the table's data is changed.