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