Hi there. Just in case it helps, you can return the row objects to the client; however, to reduce server call overhead, you can return a list of dicts instead. You would, as usual, have to bind those to your UI properties when displaying of course.
Here is an example of making a list of dicts. The linked posts have helpful info too.