Multi column data in table

I’m still learning and figuring out how to layout stuff with PS. I’m porting a .NET web app and of the things I can do easily is have a multi column table, with labels and data. I cant seem to figure this out with New-UDTable, Is there a simple way to do this, or should I just build something to render this for me.

eg
Label1 Data1 Label2 Data2 Label3 Data3 Label4 Data5
Label6 Data6 Label7 Data7 …

I think you’re looking for https://docs.universaldashboard.io/components/grids instead of a ud table?

1 Like