Skip to content
Advertisement

how to display multi dimension array values on screen

enter image description here

JavaScript
Hi, using above code I get the data on console but I want to disply on screen in tabular form. This data is getting from multiple sheets from a single file.

I tried forEach, JSON.parse() but not able to get success. Can anyone help me how to display using angular

Advertisement

Answer

Consider that you know all sheets and they are fix.

You can

JavaScript

Or you can use a ngfor inside ngfor like @ataerg suggested

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement