I want to generate table contents using json object. I am using ng-repeat to insert multiple rows in a table. But I have to generate table like the following.
rowspan will do everything you need. Follow this link:
rowspan
w3schools This is one of the best resources for web development.