ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on August 16, 2018, 07:21:03 pm
-
Does 2 filter conditions / column works with remote filtering?
Only seem to take first condition...?
-
Remote filtering is limited to one condition only.
2 filter condition would be enabled once the remote scripts are updated to handle them.
-
Any update on when the remote scripts will be updated to handle 2 filter conditions?
Also when you change condition to range...how can I populate it from db?
I do it currently in the create callback of grid (so its populated on page load).
-
1. It would be added in next release: ETA: 15 Nov.
2. That's fine for now as long as options are loaded before opening range filter dropdown.
I'm trying to find a better way with filter.gridOptions, would let you know once ready.
gridOptions:{
dataModel:{
location:'remote',
url: 'options.php'
}