JSON and DataTable

JSON and DataTable

ajavgeekajavgeek Posts: 1Questions: 0Answers: 0
edited November 2010 in General
Hi

When I searched about JSON and DT, I came across these posts
http://datatables.net/forums/comments.php?DiscussionID=355

It still does not address the issue of JSON object when defined with indexes. I have an example here from php.net

{"a":1,"b":2,"c":3,"d":4,"e":5}

If I pass this data then I get error saying my column count is wrong.

Any thoughts?

BTW: Very cool work on DT, are you planning to release any other UI ( e.g. Tree, Menu, etc) Thank you Thank you.
This discussion has been closed.