-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi,
Nice looking library. great job.
Is it possible to use nested properties, like the BlitzListForm, but where the keys are dynamic but each element is of the same type?
{
"name": "Charlie",
"children": {
"alice": { "key": "alice", "name": "Alice", "age": 9 },
"bob" : { "key": "bob", "name": "Bob", "age", 10 }
}
}
Thanks
Metadata
Metadata
Assignees
Labels
No labels