ListView is not working.

0
Hello everyone, I need some help.I have an entity in Mendix with some saved data. When I create a table, I can display the data normally. However, when using a ListView, it recognizes the data( since it creates the rows), but they appear blank. Does anyone know what might be causing this issue?   using DataGrid:   using ListView:     
asked
2 answers
0

You need to add text like '{1}' in the listview and connect the attributes to the placeholders (double-click, press edit).  Just start typing in the canvas of the listview.

As alternative you can drag attributes from the connector on the canvas.

answered
0

How do I add this text and correctly connect the attributes? Here is an image of my current setup:

image.png

answered