ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
In case of remote data, summaryData option should be set in load event.
load: function(){
this.option( 'summaryData', calculateSummary() );
}