ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on August 16, 2018, 07:21:03 pm

Title: 2 filter conditions with remote filtering
Post 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...?
Title: Re: 2 filter conditions with remote filtering
Post by: paramvir on August 17, 2018, 05:22:40 pm
Remote filtering is limited to one condition only.

2 filter condition would be enabled once the remote scripts are updated to handle them.
Title: Re: 2 filter conditions with remote filtering
Post by: queensgambit9 on October 25, 2018, 08:22:27 pm
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).
Title: Re: 2 filter conditions with remote filtering
Post by: paramvir on October 26, 2018, 06:14:18 pm
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.
Code: [Select]
              gridOptions:{
                    dataModel:{
                        location:'remote',
                        url: 'options.php'
                    }