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。任何解决方案?