the screenshot of the effect to be achieved is as follows:
json:
:
the code is as follows:
<div id="left_div2">
<table cellSpacing=0 cellPadding=0 id="left_table2" class="table table-bordered">
<tr v-for="agent in chnl">
<td :rowspan="agent.chnllist.length">{{agent.agentName}}
</td>
<!--<td >{{agent.agentName}}
</td>-->
<td v-for="chnel in agent.chnllist">{{chnel.chnlname}}
</td>
</tr>
</table>
</div>
* * data relationship: the bank contains a list of channels. The height of the bank merges the corresponding rows according to the length of the list
question: how to deal with the above json to achieve the desired results? I hope you will give me some comments on o ((*