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
Bernardo Seabra
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
Chris de Gelder
0
How do I add this text and correctly connect the attributes? Here is an image of my current setup: