Hi, here is my subject :
I have a Section with 2 views : one with a map + a little list and the second one with a list
Both list are in a section widget because i need to change the theme of the list depending of 4 buttons.
I use a button to change the view between map/list and i have 4 other button (outside of this section) who managed the view of the list with the map.
But the problem that I have is the functionment of multiple sections nested. Because of my List widget with the 4 different views is on other section (switch map/list) I can't set my button to change ONLY the views on the list widget, i'm forced to selection the view who access to the List view.
So if I do that, I can't manage the list on the side of my map who have too 4 differents views because if i want to manage this list, I have to select the view who access to the map view.
And it's annoying that the button who's changing the thematic also change the principal view, i do not want that.
There is any way to set a button to change both list views independently of the first section widget ?
To make it easier to understand actually there is this scheme : My screen > Map+List or List view
if Map+List view > Thematic 1a, 2a, 3a or 4a
if List view > Thematic 1b, 2b, 3b or 4b
But i want to be able by clicking on one of my 4 thematics buttons to do :
My screen > Thematic 1ab, 2ab, 3ab or 4ab and do not change between Map+List or Map views by one of these 4 buttons (because this is controlled by another button).
i hope there is a way to do that