ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on August 31, 2018, 01:18:14 am

Title: Grouping remote / local data
Post by: queensgambit9 on August 31, 2018, 01:18:14 am
Can grouping be used on complete data set with remote data?
Title: Re: Grouping remote / local data
Post by: paramvir on August 31, 2018, 10:34:21 am
Row grouping can be and is done only on the data available in the grid locally.
Title: Re: Grouping remote / local data
Post by: queensgambit9 on August 31, 2018, 12:40:15 pm
Ok, what would be the best approach when dealing with JSON > 10 MB...seems it won't load through XHR all at once...
Title: Re: Grouping remote / local data
Post by: paramvir on August 31, 2018, 05:56:59 pm
How many records are there?

You can try compression of JSON response at the server side to reduce payload.
Title: Re: Grouping remote / local data
Post by: queensgambit9 on August 31, 2018, 06:09:05 pm
Around 30 000 currently, I'll look into compression.