onDataChange( )


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.

Method Declaration
Copy
Method Parameters
eventHandlerfunctionRequired

eventHandler(event: Event): void The name of the function or the function expression to run when the table's data is changed.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?