Masonry row never loads items in Data Bindings window

======== TEMPLATE BUG FORM ========

Wappler Version : 2.3.0
Operating System : macOS Catalina

Expected behavior

I have a masonry grid on my page with multiple graphs in columns. I keep the server connects in the relevant columns so I know which graphs relate to which server connect items. When I click on the data binding option for any graph to select the server connect item to use as a data source, I expect to be able to select any server connect item in the list.

Actual behavior

I have a masonry grid on my page with multiple graphs in columns. I keep the server connects in the relevant columns so I know which graphs relate to which server connect items. When I click on the data binding option for any graph to select the server connect item to use as a data source, the items inside my masonry row never load. As seen in the screenshot the loading animation just continues to spin, no matter how long I leave it. I can still access the data by putting the server connect items outside of the masonry row or else by manually typing the correct variables into the data field.

How to reproduce

I have created a second masonry row and the issue persists.

What is the data source expression that you have chosen for the masonry grid?

1 at the moment.

If you are using just 1 as a data source, then that’s why you don’t see anything.
Add a real data source, and you will see the items there.

Perfect, thanks a million @George & @Teodor. Think I’m probably using the masonry grid in a different way than intended. I’m just using it to layout columns in a nice way. My number of columns and layout are essentially static. It’s just the data in the columns that updates.