You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a problem when i need load form (with nested child and parent) by data be loaded from AJAX, can i parse from this data
etc :
[
{
id : "1",
name : "abc",
children :
[
{ id : "11", }, {id : "12"} , {id : "13"} ...
]
}
], ... ????
and bind from above data to form with full nested child and parent.
Please help me
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem when i need load form (with nested child and parent) by data be loaded from AJAX, can i parse from this data
etc :
[
{
id : "1",
name : "abc",
children :
[
{ id : "11", }, {id : "12"} , {id : "13"} ...
]
}
], ... ????
and bind from above data to form with full nested child and parent.
Please help me
Thanks.
The text was updated successfully, but these errors were encountered: