ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: tcf on December 20, 2016, 04:03:44 am

Title: Using summaryData with fetching data remotely?
Post by: tcf on December 20, 2016, 04:03:44 am
Is it possible to use summaryData but fetching data remotely?

I've tried using this as an example, but it fails to work when fetching data remotely:
http://paramquery.com/pro/demos/summary

Thanks


Title: Re: Using summaryData with fetching data remotely?
Post by: paramvir on December 20, 2016, 08:58:23 am
In case of remote data, summaryData option should be set in load event.

Code: [Select]
load: function(){
  this.option( 'summaryData', calculateSummary() );
}