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 one year later but found a workaround, at least for two levels (fathers->sons). Just repeat tbody's:
tbody
{{row.name}} {{sub.name}}
As far as I know all browsers support multiple tbody elements inside a table.