Listview with custom layout

hello dear community. is it possible to make listview with custom layout? forexample as sidebar menu, we can create own layout and set it as sidebarmenu. is it possible also for listview? if not, can our admins implement this option on next updates please?

Maybe @Sander can create an XML?

1 Like

You can also try it with a html/css table and show it in a webviewer…

Example:
(You can check the internet for styles and more…)

<html>
<body>
<table>
<tr>
<td>Some text</td>
<td>another things</td>
</tr>
<tr>
<td>Something else</td>
<td>Something else 2</td>
</tr>
</body>
</html>
Some text another things
Something else Something else 2

Can u show some output for this

2 Likes