You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behind the scene, the findAll() method returns a UserResultIterator (instead of a simple ResultIterator). The UserResultIterator has been coded by the developer (I'm not sure exactly how yet...)
We could generate custom iterators per table that can be customized by users to offer "on the fly filtering".
It could work like this:
Behind the scene, the
findAll()
method returns aUserResultIterator
(instead of a simpleResultIterator
). TheUserResultIterator
has been coded by the developer (I'm not sure exactly how yet...)Maybe something like:
You think this is a good idea?
The text was updated successfully, but these errors were encountered: