add multiple rows in one column using angular ng-repeat

前端 未结 4 1875
逝去的感伤
逝去的感伤 2021-01-06 08:44

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.



        
4条回答
  •  感情败类
    2021-01-06 09:40

    rowspan will do everything you need. Follow this link:

    w3schools This is one of the best resources for web development.

提交回复
热议问题