CyCraft / CyCraft/blitzar

Question: Nested Map objects

Open
#145 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
126
Forks
22
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.