johnny / johnny/jquery-sortable
"Serialization" does not display data in sub-sub item
- Dominant language
- HTML
- Stars
- 1.5k
- Forks
- 429
- PR merge metrics
- No merged PRs in 30d
Description
"Serialization" does not display data in sub-sub item
```
```
```
"children": [
[
{
"sub": "Sub home" **But do not show it**
}
]
]
```
My code
```
-
Home
-
More
- Sub Home
- Sub Home **I NEED THIS INFO**
- Third
```
Only display
```
[
[
{
"a_append": "",
"a_prepend": "",
"a_attributes": "",
"a_url": "/",
"a_name": "Home",
"li_append": "",
"li_prepend": "",
"li_attributes": "",
"children": [
[]
]
},
{
"a_append": "",
"a_prepend": "",
"a_attributes": "class=\"dropdown-toggle\" data-toggle=\"dropdown\"",
"a_url": "/",
"a_name": "More",
"li_append": "",
"li_prepend": "",
"li_attributes": "class=\"dropdown\"",
"children": [
[
{
"sub": "Sub home" **But do not show it**
}
]
]
},
{
"id": 2
}
]
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.