0
i got json like this:
{
  rows:[
      {
    nestedrows[
      nested_column0:"hi",
      nested_column1:"man"

    ],
      column0:"whats",
      column1:"up",
      }
  ]
}

Now i would like to print all rows with their nested children im trying to do something like:

http://plnkr.co/edit/y0fWaS0GOBPfaHUygff7?p=preview

But it is impossible because i cant make a tr inside a tr. Any solutions?

repo
  • 748
  • 1
  • 8
  • 19

0 Answers0