Example: var offset = 0;list(t : Task in Task.all().offset(offset)) {…} Now offset changes, the list has to rerender.Submitted by Zef Hemel on 29 March 2010 at 19:53
Example:
var offset = 0;list(t : Task in Task.all().offset(offset)) {…}
Now offset changes, the list has to rerender.
offset
Implemented.
Log in to post comments