-
7 Mar 2012 5:58 PM #1
groupFn - how to add a parameter?
groupFn - how to add a parameter?
Used to be able to define a groupFn like this:
and now the groupFn does not seem to allow for parameters. How do I base my grouper on the record contents?Code:function(record) { return (record.get('opnd') === "*" ? "New Calls" : "Opened Calls") }
-
7 Mar 2012 6:06 PM #2
This is a bug and will be fixed in a future release.
Aaron Conran
@aconran
Sencha Architect Development Team
-
8 Mar 2012 9:01 AM #3
This issue is fixed and will be included in the next autoupdate.David Foelber
@davidfoelber
Sencha Architect Development Team
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-1526
in
Architect 2.0.


Reply With Quote