Skip to content

Conversation

@gdott9
Copy link

@gdott9 gdott9 commented Jan 23, 2013

Hello,

Currently, only the first li of a list is displayed with jOrgChart.
With this commit, every nodes from the first level will be drawn without a parent
on the first line of the graph with a list like :

<ul>
  <li>First</li>
  <li>Second
    <ul>
      <li>Sublevel</li>
    </ul>
  </li>
</ul>

Every nodes from the first level will be drawn without a parent
on the first line of the graph with a list like :
<ul>
  <li>First</li>
  <li>Second
    <ul>
      <li>Sublevel</li>
    </ul>
  </li>
</ul>
@zephiransas
Copy link

+1

@bouhmid86
Copy link

HI , how can we show the nodes of third level contracated by default ? i have a big organization chart and i dont want the client to get all the nodes by default .

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants