List with custom columns in UI Builder

mattelswick
Tera Contributor

Hello, extremely new to using UI Builder.  Trying to create a dashboard with a list with custom columns along with some table columns.  I understand List components can only use tables as a data resource.  What I am trying to do is create the equivalent to a list but with custom columns with a data transform.  What is the recommended way to go about this?  A repeater is an option but not sure if that is the best route.  Below is an example of what I am trying to achieve in html:

<table>
	<thead>
		<th>name</th>
		<th>description</th>
		<th>sub tasks 3 complete</th>
		<th>sub task 6 complete</th>
		<th>all sub tasks complete</th>
	</thead>
	<tr>
		<td>table.name</td>
		<td>table.description</td>
		<td>green/red image</td>
		<td>green/red image</td>
		<td>green/red image</td>
	</tr>
</table>

 Any thoughts are helpful, Thanks in Advance!

 

0 REPLIES 0