I\'m looking for a way to add rows to a table. My data structure looks like that:
rows = [ { name : \'row1\', subrows : [{ name : \'row1.1\' }, { name
More than 3 years later, I have been facing the same issue, and before writing down a directive I tried this out, and it worked well for me :
{{ row.name }} {{ subrow.name }}