This is not a problem to create single table and add rows and columns dynamically but the problem is while I'm trying to create multiple tables with all rows and columns dynamically then I'm facing problem.
I'm retrieving a datatable with 4 rows and 5 columns. For every row, I want to put it in a table with its column values. Is there any solution?