Package: | Ext.ux.grid |
Defined In: | GroupSummary.js |
Class: | GroupSummary |
Subclasses: | HybridSummary |
Extends: | Object |
Config Options | Defined By | |
---|---|---|
summaryRenderer : Function Renderer example:summaryRenderer: function(v, params, data){
return ((v === 0 || v > 1) ? '(' + v +' Tasks)' : '(... Renderer example:
| GroupSummary | |
summaryRenderer : Function Renderer example:summaryRenderer: function(v, params, data){
return ((v === 0 || v > 1) ? '(' + v +' Tasks)' : '(... Renderer example:
| GroupSummary | |
summaryType : String The type of
calculation to be used for the column. For options available see
Calculations. | GroupSummary | |
summaryType : String The type of
calculation to be used for the column. For options available see
Calculations. | GroupSummary |
Property | Defined By | |
---|---|---|
Calculations : Object Calculation types for summary row:<div class="mdetail-params">
sum : <div class="sub-desc">
count : <div class="sub-d... Calculation types for summary row:
Custom calculations may be implemented. An example of
custom
| GroupSummary | |
Calculations : Object Calculation types for summary row:<div class="mdetail-params">
sum : <div class="sub-desc">
count : <div class="sub-d... Calculation types for summary row:
Custom calculations may be implemented. An example of
custom
| GroupSummary |
Method | Defined By | |
---|---|---|
showSummaryMsg( String groupValue , String msg )
:
voidShow a message in the summary row.
grid.on('afteredit', function(){
var groupValue = 'Ext Forms: Field Anchoring'... Show a message in the summary row.
Parameters:
| GroupSummary | |
toggleSummaries( Boolean visible )
:
voidToggle the display of the summary row on/off Toggle the display of the summary row on/off Parameters:
| GroupSummary |