Can you provide an example for how to populate a gc-widget-grid-data-column with data from an array on the target?
For example, say I have a global variable on the target exampledata[5]={1,2,3,4,5};
How do I get the content of exampledata into the grid column?
The example javascript from the help for the widget skips over this part.
Thanks!
