Nested Object

Nested Object

fahadkhanfahadkhan Posts: 7Questions: 3Answers: 0

Hi,
I am reciveing nested data from API, see the consloe log image below

I am trying to load data

 "columns": [
                { "data": "cart.0.productId" },
                { "data": "cart.0.productTitle" },
                { "data": "cart.0.quantity" },

Also tried


"columns": [ { "data": "productId" }, { "data": "productTitle" }, { "data": "quantity" },

But both of the approaches not working. Any idea what I am doing wrong here. I have looked in to the examnple but still could not figure it out.

Thanks

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.