Is it possible to create a tableview without a manager, but passing the data via a javascript object?
Object example:let x = [{'col1':'val1'},{'col1':'val2'},{'col1':'val3'},{'col1':'val4'}]
And after the table will be able to create itself.