I have an array that i would like to use as the datasource for the interactive table. How would i go about it
Use Case: currently all comments for a work order are stored in the table using an array. The array gets appended as more comments are added. In the app if a user clicks the comments button, i would like to display all the comments in a table form.
If you can get the list into an object data type (B) then you are able to use it in an interactive table. But there is currently no way to map from A to B without looping. Probably not worth it. Alternatively you can just use a single select widget set to the radio button style for a pretty similar result.
Thank You, i decided to use json to table widget and get the information in a table format