Drop down in table

Ignition Perspective: How to embed views in a table

YouTube link above. ↑

Having a similar issue using another example where the viewParams, options has a Dataset[4x2]. How do you get one in there? There is no Dataset type.

image

I did try just adding this as the value but it just sees it as a string.

[
  { "value": 1, "label": "Option 1" },
  { "value": 2, "label": "Option 2" },
  { "value": 3, "label": "Option 3" }
]

Most everything I try gives an error on the dropdown object in it's view as it's options have a binding to the tables viewParams, options.
image