Hi,

while trying to understand the Table syntax and templates, I thought
of this idea.
What if you could specify Row and Column items in you table?
I'm thinking
ui.Table(uid: "downloadResult", clocator: [id: "resultstable", class:
"results"], group: "true"){
    Column(uid: "status", clocator: [header: "%%Status"])
}
and then do
downloadResult[3].status or downloadResult[3]["status"]
instead of downloadResult[3][4]

Motivation: if you change layout the column numbers will change and
you have to update all column numbers everywhere. But maybe you can do
something like this already?

Regards
/Ernst
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to