Author Topic: Collapsible  (Read 2798 times)

lgauton

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 44
    • View Profile
Collapsible
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Collapsible
« Reply #1 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

lgauton

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Collapsible
« Reply #2 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Collapsible
« Reply #3 on: February 03, 2015, 08:10:52 pm »
Please refer to changeLog in the SDK. Most of the API additions / changes are mentioned there.