jQuery UI Widgets Forums Grid about nested Json data

Tagged: , , ,

This topic contains 2 replies, has 2 voices, and was last updated by  cherry 11 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • about nested Json data #15863

    cherry
    Member

    For datafield, what if my json data is as below:

    [{“name”:”book1″,
    “note”:”haha,test”,
    “parent:{“name”:”book2″,”note”:”haha,test2″,”parent”:null,”typeid”:2,”visible”:false},
    “typeid”:3,
    “visible”:true}]

    and I want my datafield value is “name”, “note”, and parent.typeid, how I manage to map the parent.typeid to the grid datafield?

    about nested Json data #15864

    Dimitar
    Participant

    Hello cherry,

    For information on the matter, please check out the Grid Data Sources documentation entry.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    about nested Json data #16276

    cherry
    Member

    Really thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.