Documentation on what is passed to table cell rendered as view

As many of you know, a Perspective table can render cells in a certain column as a view. For instance, the documentation here talks about passing in parameters from the table’s column property and then using those variables inside the embedded view.

What I’m looking for is some documentation on what gets passed into a cell rendered as a view by default. For example, I know that rowData, rowIndex, columnIndex, and value are all accessible from the embedded view (if they’re added as params). Are there any other properties? Is there a list of them?

2 Likes

Well, there’s this page, although it’s an incomplete list…
https://docs.inductiveautomation.com/display/DOC81/Displaying+a+SubView+in+a+Table#DisplayingaSubViewinaTable-SummaryofSubviews

Wow, I think I have the docs beat here :wink:

Here is a list that I know works (for me - v8.1.11):

rowData
rowIndex
columnIndex
row
column
value

image

The question is, are there more parameters? How do we know what they are without testing / guessing what works and what doesn’t? These parameters are VERY useful (most devs will agree with me here).

If there isn’t a doc yet, I think it would be very helpful and useful for one to be created. At the very least, this thread will serve as a reference for me when I inevitably forget which input params already exist.

4 Likes

I think that’s the whole list:
image

5 Likes

@PGriffith bringing the receipts… That is what I like to see :slight_smile: