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(): void The name of the function or the function expression to run when the table's data is changed.

Was this helpful?
Yes
No