Perspective: Designing a "table" for mobile and PC

Got it. I found this in the user manual… not very obvious, also very strange to implement, see the blank “EmbeddedView” object:

image
The reason there’s an empty “EmbeddedView” key is so that it’s associated with the EmbeddedView column… I have no idea what would happen if I wanted to have multiple columns where each one used an embedded view with the same params (and if so, what if those params needed different values??)

and my Embedded View params definitions:
image

I still have no idea how to set the height of the rows though… currently each row is full screen height, or there abouts (very tall!)


(that’s almost a single row, some cut off the bottom)
This is what it’s supposed to be:
image

Adding cells.style.height as per this post ([FEATURE-16567] Perspective Table Row Height - #3 by Paul.Scott) yields straaange results…