ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on April 12, 2019, 06:31:50 pm
-
Trying to set initial filter before ajax call is made...
load: function(){
$("grid").filter({
oper: 'add',
//mode: 'OR',
rule: { dataIndx: 'col', condition: 'contain', value: '123' }
});
}
But it does not seem to work...
-
This is not the right way to set initial filter.
Please check examples and set initial filter condition and value in the column definition.
https://paramquery.com/pro/demos/filter_initial