How to display multiple columns in a single row

I am trying to arrange 3 column values into a single row. I am building a real estate app and the "Beds" "Bath" and "Sq Ft" are all listed vertically and not visually pleasing. I would like to display these values in a single row while maintaining their labels. Any suggestions on how to do that? 

Awful depiction of what I am trying to do below:

IMG_2300 2.jpg

1 1 396
1 REPLY 1


@mklein wrote:

I would like to display these values in a single row while maintaining their labels. Any suggestions on how to do that?


At most, maybe there's some tricky way to use a virtual column that returns the same row (maybe via a slice) and is tied to an embedded inline table view, which is normally used to display multiple child records from a different table. Otherwise, it's not possible in the detail view type represented in your photo. For a horizontal layout, you would need to use instead a table view.

Top Labels in this Space