I am working on a table design where clicking on one column row will display new rows below the table. The concept is to have a normal table with a + icon that, when clicked, reveals 3-4 additional rows below that specific row. Clicking the + icon again will hide those extra rows.
Although I have had some success with implementing this for one inner row, I would like to show multiple rows like that for reference. Check out the code here
<tr class="trigger" ng-repeat-start="car in carList | filter:tableFilter" ng-click="main.activeRow = car.name">