JS list as input to table panel in scripted dashboard

I have a JS list that looks something like, [ {“time”:1450754160000, “val”: 10}, { “time” : 1450754220000, “val”:20}… ]
Is there a way to populate a table panel with values from this list? (There is no datasource involved here) Thanks!

no there is no way to enter js data manually

guess you could use Ajax Panel with DataTables and do this…