Is there a way to avoid the <ul><li></li></ul> structure with listviews and make all elements appear as containers <div>?

0
We have a page with different elements to which we would like to add elements dynamically. All the elements are in a flex box, but because of the <ul><li></li></ul> structure of list view, the entire <ul> is considered as one element, instead of the different list items as separate elements. Is there a way to prevent Mendix from putting everything in the forementioned structure and just show the list items as separate containers?
asked
1 answers
1

Hi Jeroen! You can achieve this by using a DataGrid2 with one column of custom content and no column headers.

answered