如何将嵌套行添加到DOM

时间:2014-11-18 10:55:23

标签: angularjs

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

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

现在我想用嵌套子项打印所有行 我想尝试做类似的事情:

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

但这是不可能的,因为我不能在tr里面制作一个tr。任何解决方案?

0 个答案:

没有答案