rainmaker
21 Nov 2011, 12:18 PM
Is there a way to include a count in the groupHeaderTpl?
this.features = [{
id: 'group',
ftype: 'groupingsummary',
groupHeaderTpl: 'Issuing Fund: {name}',
hideGroupedHeader: true,
enableGroupingMenu: false
}];
I like the groupHeaderTpl to display for example: ' Issuing Fund: 100.106 (6)', where 6 is the total count in the group. Is this possible?
this.features = [{
id: 'group',
ftype: 'groupingsummary',
groupHeaderTpl: 'Issuing Fund: {name}',
hideGroupedHeader: true,
enableGroupingMenu: false
}];
I like the groupHeaderTpl to display for example: ' Issuing Fund: 100.106 (6)', where 6 is the total count in the group. Is this possible?