ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Digitalsoft on May 22, 2020, 02:23:20 pm
-
Team, In jQuery version of pgGrid, we change default loading message for any grid operation and get/reset using $.paramquery.pqGrid.defaults.strLoading. We have tried to do the same in Angular version but no luck. Looks like it is not globally available. Could you guide us how can we get the default strLoading option in Angular. Thank you.
-
import $ from 'jquery';
alert( $["paramquery"].pqGrid.defaults.strLoading );
-
It works, thank you!