Column in DataTable from array #1698
Unanswered
Tihomir971
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this data:
m_productprice: Array(2)
0: {m_pricelist_version_id: 5, pricestd: 381.98}
1: {m_pricelist_version_id: 13, pricestd: 550.99}
How can i show in one column pricestd where m_pricelist_version = 5 and in another column where m_pricelist_version_id = 13
Beta Was this translation helpful? Give feedback.
All reactions