bimargulies
25 Jul 2012, 1:06 PM
Consider:
var o = {
"Color": "blue",
"Continent": "Africa"
};
I want to render this as a table of two columns: names and values. The object keys go into the first column, the values into the second.
I started down the path of the Ext grid panel for this, and I get the feeling that the technology is gigantically overkill. Am I missing something simple?
var o = {
"Color": "blue",
"Continent": "Africa"
};
I want to render this as a table of two columns: names and values. The object keys go into the first column, the values into the second.
I started down the path of the Ext grid panel for this, and I get the feeling that the technology is gigantically overkill. Am I missing something simple?