Hi, I have an Experience with Filter Widgets on a Section widget in a header. I use the View Controller Widget to change the theme of what I filter.
But, I have the same theme that I use on a List Widget that is on my page. But if I want to switch my list by the same theme that I select on the view on my header, I seems to be forced to use another Section Widget who embed my List Widget and use another View Controller Widget.
It's annoying to click 2 times on another thematics to change what we see. There is no way to do that with only one controller ?
I've tried to made 3 same page and just changing the source of Filters and List widget, but when you switch your pages, you have a loading and is not very fluent... if anyone have a good idea ?
Nice day.
I don't think Sections are reusable, but Windows are. Maybe you can do something with that?
I @JeffreyThompson2 thanks for your reply.
Using Windows looks like to create the same problem than using a Section.
I have my filters on the header, which I use View controller to change the thematics. And i have my List further down, on the right of the page. The map is on the left of the List widget
(It's like the page was drawed by a T. Filters on the top of the T, map on the left, list on the right)
If I create Windows to made an emprise for the List widget, I need to create button to use it. I already have the button of the View Controler on the top left of the screen to change my filters thematics. And i'm forced to create 2 different windows if I want to host my header AND the List widget. Because the windows is like the Section widget, only square or rectangle form is possible.
And if I do that, because of my maps is on the left to the list widget, the map going to be in the Windows too, so i'm back to the same system that using 3 pages.
My need is to have only one Section Controller/Buttons Widgets to control 2 different part of my page.