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.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.