You don’t expressly pass parameters to the subview - they’re sent implicitly by the Table. If you have a Table with columns “city”, “country”, and “population”, then your subview should have the following parameters configured:
The Table will pass along a rowIndex
parameter, which is the row of the table this subView belongs to, and a value
parameter which contains a case-sensitive matching key for each column of the Table.
5 Likes