Closed boozedog closed 12 years ago
Try this columns[col].name and columns[col].type I believe col is the index and not the actual object. I could be wrong.
You're right ... I need to read my Javascript manual more carefully, LOL
Thanks for your help!
Glad I could help. =]
JSON.stringify(columns)
gives this:but when I run the following code:
I'm getting
undefined
for bothname
andtype
.Any ideas? Apologies in advance if I'm missing something obvious ...