Hello group :-)

I am pretty new to MochiKit but got some experience in JavaScript.
At the moment I try to implement some ajax- tables (like in the
example) in my project.
I read a lot of the documentation, "played" with the interpreter and
tried to get the example- code ("ajax_tables.js")*,
but mostly I get results by trial and error... :-/

The question I have is, how much of this* example do I (at minimum)
need for sortable ajax- tables.
I know how to get the .json- file ("doc = loadJSONDoc(url)"), how to
access the data in it ("doc.results[0].responseText") and how to put
data in a table (the DOM- example). BUT I do not know, how to address
the "column" or "row" keys. Playing with the interpreter everything
was pretty easy (like in the Screencast), but keys I got there don´t
even exist with the object I get by loadJSONDoc. :-(

I also read some posts, addressing rows and columns by "data.rows" and
"data.columns", but I did not see, how to get "data".

..I have got more questions, but that´s for now ;-)

greetings,

Thomas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to