Calls the specified callback function for each row in the data model. This will just traverse all rows, and call the given callback function for each of them.
callback function.
context data for the callback function.
See Implementation
Calls the specified callback function for each row in the data model. This will just traverse all rows, and call the given callback function for each of them.