Selectively populating multiple tables in tabs using a single json object
Selectively populating multiple tables in tabs using a single json object
yoengineer
Posts: 1Questions: 0Answers: 0
I am currently working on a project that requires me to populate tables under different tabs with a single json object. For example : [code]{"class":"x","usp":"y","stp":"z","currency":"AUD"}, {"class":"x1","usp":"y1","stp":"z1","currency":"USD"} [/code] The first should go under the AUD tab and the second under the USD tab.
This discussion has been closed.