Dear all,
Hope you are doing well. I was developing one component using Angular 7 and ASP .net MVC with REST api. Table code :-
class="table">
# Game Platform Release "let game of games; let i = index"> {{i + 1}} {{game.game}} {{game.platform}} {{game.release}}
How can I print this data more dynamically l mean if I have get headers which I want am bringing from database.
what I have tried is that :-
class="table">
# "let header of headers;"> - {{ header['HeaderName'] }}
"let game of games; let i = index"> {{i + 1}} {{game[i][header]}}
Here I am able to see table headers only not table data.
How can I overcome on above problem.
Thanking you in advance.
Regards.
Vishal PatelPosted Aug 26, 2019, 7:17 AM
Komal RathodPosted Aug 26, 2019, 5:29 AM