Is it possible to put an unnumbered list in a table data cell?

0
I want to put an unnumbered list into a table cell.  I am using the Table widget, which only allows me to render text I put in a table data cell as text, paragraph, or a heading.  What I want to put in my table data cell is: <ul>     <li>Item 1</li>     <li>Item 2</li> </ul> Is this possible?
asked
1 answers
0

you could use the html widget for this purpose see: https://appstore.home.mendix.com/link/app/56/Mendix/HTML/-JavaScript-Snippet

answered