johnny / johnny/jquery-sortable

"Serialization" does not display data in sub-sub item

Open
#241 0 comments 0 reactions 0 assignees View on GitHub
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

```

  • Sub Home
  • **I NEED THIS INFO**

    ```
    ```
    "children": [
    [
    {
    "sub": "Sub home" **But do not show it**
    }
    ]
    ]

    ```

    My code

    ```



    1. Home



      1. More

        1. Sub Home


          1. Sub Home
          2. **I NEED THIS INFO**




      2. 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.

      Get new issues in your inbox

      A short digest of beginner-friendly GitHub issues.