Perspective Table - Configure render property on per row basis

I have been unable to find a way to configure the rendering of table data based on a row by row configuration, rather than column to column. For example, the built-in functionality of a table allows the user to set the render property for each column object, and then bools can be displayed as checkboxes, or strings as text, etc. Is there a method to implement the same functionality, but on a row to row basis?

More specifically, would it be possible to configure the values in the red box to render as checkboxes? And maintain the other values as numbers?

image

The table only allows for specifying render for columns. To make this work with your data, you’d need to flip the axes so that position, distance to go, velocity, and in position become your columns.

That’s a bummer. Real estate is limited in my application. Thanks for the quick response!