I am working on a page with some json data located in the project’s folder. I added the json data source to the page, created a few filtered data views, and the used them to make some repeater rows with some dynamic attributes (text and images).
I’m pretty certain that my data and data filter expressions are correct as I am able to see the expected dynamic components when I preview the page in my browser using Docker. However, while I am working within Wappler, I only see an empty set of rows (each row is another set of repeaters using different data views). Any help would be appreciated!
Yes I’ve created 3 filtered data views. Take the first as an example: “Data View: connected_apps”, is taking the “jsonDS1” data source and filtering based on whether the “app” object’s attribute “connected” is true.
The repeater elements display the expected data on both Wappler and the browser preview if I just use the “jsonDS1” data source for the repeaters.
But the stranger thing is that if I use the filtered data view(s) as the data source for the repeater, the data only displays on the browser preview but not in Wappler as shown in the screenshot in my original post.
I just tested this locally and it works fine with Data View with and without filter - i can see the results on the page.
Are you sure there are no any syntax errors on the page reported?
Maybe post your data view and repeat code here so we can check it.
Looks fine to me, and works for me using the same filters maybe try quitting/restarting Wappler.
Otherwise you can turn app connect mode off (the little bolt icon on top).