JSFiddle - React, Tailwind, and code Playground
by j08691
JavaScript
var ltColumns = {
"col1": {
data: "productCode",
title: "Product Code",
width: "7%"
},
"col2": {
data: "brand",
title: "Brand",
width: "5%"
}
};
for (var key in ltColumns) {
console.log(ltColumns[key].data);
}