JSON server-side data

JSON server-side data

clearoseclearose Posts: 3Questions: 0Answers: 0
edited November 2010 in General
Hello,
So I am getting table data from the server and returning a JSON object. Though I only want to display, say, the columns: Name, Date, Age, Gender, I intend to allow the user to mouse over the "name" entry in any given row and see a complete "profile", or, generally, more data, about that particular entry. This means that when returning data from the server, it would be best to have the ability to return more data than we display in columns, and then somehow match the json index name from the returned object with the name of the column, etc (thereby allowing my application to know and find which data should be displayed). Is this possible? Please let me know if this is not clear!
Clea
This discussion has been closed.