Subview only on Specific Rows

You can make the row like this to disable the subview.

{
  "subview": {
    "enabled": false
  },
  "value": {
    "city": {
      "value": "Citrus Heights"
    },
    "country": {
      "value": "United States"
    },
    "population": {
      "value": 1
    }
  }
}

Can also set a different subview per row.

5 Likes