Answer the question
In order to leave comments, you need to log in
How to display a multidimensional array as a table in AngularJS?
Good evening!
There is such an array:
var arr = [
{
'name':'aaa',
'rows':[
{'name':'bbb'},
{'name':'ccc'}
]
},
{
'name':'ggg',
'rows':[
{'name':'rrr'},
{'name':'rrradasd'}
]
}
]
aaa |
bbb |
ccc |
ggg |
rrr |
rrradasd |
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question