Solved
How to make a table without data shape in JavaScript
I need to be able to make a table through which, if there is changes in data, the no of rows and columns should be flexible enough to change, which currently is not possible if you create a table via data shapes.
I wish to know if it is possible to create a table which has flexible of no of rows.

