Use of Hidden and Hideable in Section Headings

I feel like I'm missing something here. If I make a section Hideable and click to hide it, then on the next page refresh it is open again. Is there some way to capture the state of the section so that it can retain the users preference using the hidden: attribute?

I can do all this using buttons and maintaining my own state, but it seems like these settings are intended to provide this functionality I'm just not seeing it without capturing the button click.

I didn’t get a reply on this but you can make it work by making the title a button link and catch the event with a button handler that sets a true/false which is used for the value of hidden.

Do you have a sample of what you did in the section title? Looking to do the same, but stumbling through figuring this out. Thanks!

You can find an example of how to do that in Tile Builder Grid which you can find here.

Just look for one of the Section headers.

1 Like

Thanks for that! Much appreciated!

1 Like