Is it possible to edit the values of a row in a Perspective table using the subview of that row?
For example:
A table containing two columns. A persons name and their current office. When the subview for a row in this table is expanded a table with a list of offices is revealed. Selecting an office from this subview changes the value of the office in the row this subview belongs to.
Is this possible? If not, does anyone have suggesting for a simpler/easier way of achieving a goal like this?
I have tried creating output parameters on the view used as the subview, but Im not certain how I can use them.
Thanks for any help.