Hi everyone, I have a strange bug today.
Let me explain to you, here is my application :

as you can see, the first tab is a map view, the second tab is about a Table view.
The right side is about to filter the data on the map and on the Table.
So here is the problem : When you enter on the application you are on the map tab view. If I don't click on the "Table Etablissement" tab, then I use filter and finally click on the Table tab, the widget is blank.

As you can see on my screenshot, on the right the counter was correctly actualized with what I filter (3 establishment remaining) but the table is not actualized.
Now, if I launch my application, click on the Table tab, back again on the Map tab and do the same manipulation (filtering data and click on the Table tab) the data appears correctly on the Table.

As you can see on this screen, now it's working.
So my question here is simple : Why do I have to click on the table tab for the Table widget to finally work?