izozzy
Posts: 0
Joined: Sun Sep 14, 2014 1:37 pm

Collapsible collapsing after query refresh

I have a collapsible set, and within the different sections, there are filter parameters that link to a query.

When ever the query is executed, the collapsible set reverts to the collapsed settings defined at design time. This is frustrating as each time I have to open the last used collapsible section to choose more options....

Is there a parameter I have not set?

izozzy
Posts: 0
Joined: Sun Sep 14, 2014 1:37 pm

Collapsible collapsing after query refresh

Thank you for the update.... this would be useful if I wanted to collapse/uncollapse all items, but i just want everything to stay the same after running the query, for example if 2/5 blocks are collapsed, after query refresh, they are still collapsed.... is that not possible?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Collapsible collapsing after query refresh

Hi Izozzy,

You can collapse/expand each collapsibleBlock separately:
preApperyio("collapsibleName").collapsible("collapse");
Apperyio("collapsibleName").collapsible("expand");/preWhere collapsibleName is a collapsible component name.

Return to “Issues”