Hello,
I notice that your logic uses this.completeFields by default in the getGridSummaryData function. Since we have hundreds of fields in our main grid, we'd prefer to use this.fields which represents only the visible fields. After testing a patch, it seems to work fine and will recalculate whenever any hidden fields are exposed. Is there any danger in us defaulting to this.fields to avoid the extra unneeded calculations of non-visible fields?
I notice that your logic uses this.completeFields by default in the getGridSummaryData function. Since we have hundreds of fields in our main grid, we'd prefer to use this.fields which represents only the visible fields. After testing a patch, it seems to work fine and will recalculate whenever any hidden fields are exposed. Is there any danger in us defaulting to this.fields to avoid the extra unneeded calculations of non-visible fields?
Comment