Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render list with multiple nodes on the first level #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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