ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lgauton on February 03, 2015, 05:42:31 pm

Title: Collapsible
Post by: lgauton on February 03, 2015, 05:42:31 pm
Hi Just updated from v2.0.4 to v.2.3.0 and now all my grids that have the collapsible tag set as true do not show the icon. Any ideas?
Title: Re: Collapsible
Post by: paramvir on February 03, 2015, 05:58:35 pm
it's collapsible: { on: true } instead of collapsible: true.

it's on: true by default, so it would show up even if you remove that property definition.

Reference: http://paramquery.com/pro/api#option-collapsible
Title: Re: Collapsible
Post by: lgauton on February 03, 2015, 06:23:32 pm
Thanks for that - didn't appreciate collapsible: true was no longer supported

Do you have a list of such changes?
Title: Re: Collapsible
Post by: paramvir on February 03, 2015, 08:10:52 pm
Please refer to changeLog in the SDK. Most of the API additions / changes are mentioned there.