-
4 Oct 2012 7:50 AM #1
How add a custom function to SummaryType
How add a custom function to SummaryType
Hello everybody, unfortunately the SummaryType doesn't allows to easily add a customized function because displays only:
1.jpg
But I noticed that to add a custom function to SummaryType you need to duplicate the column
1.5.jpg
Then in the duplicated column try to add "SummaryType" a press Add
2.jpg
In this manner you will able to add a custom function to your column!
3.jpg
-
5 Oct 2012 1:24 AM #2
You can use summaryRenderer.
- Add a summary feature.
- Add a summaryType (sum)
- Add a summaryRenderer, that will create your function.
- Add code to the summaryRenderer Code:
(like return val;)
You probably can override or put your own summaryType, but as you show in the pictures you cannot have anything else apart from the options Sencha Architect gives.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote