Posts by OAleixo 66 • 3 points
1 post
-
-1
votes1
answer56
viewsQ: Display objects inside a jquery table
To add an object to a table, in the example below the item has an array of 2 objects. How to inform these two objects within the table? let myjson ={ "pedidoId": 1, "itens": [ { "sku": "123",…