We can add summary to grid using:
This gives us row at bottom.PHP Code:
features: [{
ftype: 'summary''
}],'
But can we add 2 summary rows? One showing sum and second average?
We can add summary to grid using:
This gives us row at bottom.PHP Code:
features: [{
ftype: 'summary''
}],'
But can we add 2 summary rows? One showing sum and second average?
Here's one solution:
http://www.sencha.com/forum/showthread.php?105070
Thanks Gary, I found that solution earlier, it's an option, but I would like both summaries to be in separate rows.
For now I'll probably stay with this solution, but I hope that this will be added to ExtJS in some time (maybe ExtJS5) I think not only I need multi line summaries.