Hello everyone! I've got a problem of a ListView with a weird behavior.
My page launches on load a few actions (supabase queries and filtering mostly) and populates a ListView with the sbList_terrasses_totallyFiltered variable.
Everything works well: the queries get a list of items and the ListView is populated.
The problem I have is that the ListView only appears after I click once on the ListView element... 😮
See pictures 👇
Actions on page load:
ListView config :
On first load:
When I've click once to the ListView zone
Any idea?