I have a feeling this is either very simple or I am doing it wrong. I have a bootstrap table and want to add row inside a row when the button is clicked. Currently it is adding the row to the table. I have not worked with tables and learning.
<thead>
<tr>
<th>Products</th>
<th>Quantity</th>
<th></th>
</tr>
</thead>
Working plunker to my problem. http://plnkr.co/edit/FMICwZC22KwzcYBGESAz?p=preview according to answer by @Coldstar
What I have Tried.
1) Nested Table did not worked.
2) Rearranging my <tr>
Please help where you can.
Expected Result:
Want to add the Row after the product list
->Row of Product 1
-->Row of the Delivery inside Row of Product 1
->Row of Product 2
-->Row of the Delivery inside Row of Product 2
ng-repeat-startalong withng-repeat-end