martinsbalodis / jquery-treetable

14 stars 7 forks source link

Rendering problem on multi-level #5

Open brettwinters opened 7 years ago

brettwinters commented 7 years ago

Using the demo provided, if you link the bottom "Mark" with root, then the lines render incorrectly.

Before:

"Mark2" is not joined to "root"

image

no issues on rendering

image

After:

"Mark2" is joined to "root"

image

image

brettwinters commented 7 years ago

I see that @ericpyle fixed this

kehv1n commented 6 years ago

hello @brettwinters I am struggling with the same issue with the little tail sticking out the top of the "root" parent as you've pointed out. What was the fix exactly? @ericpyle

ericpyle commented 6 years ago

@kehv1n see PR https://github.com/martinsbalodis/jquery-treetable/pull/2

kehv1n commented 6 years ago

Thanks eric! Worked like a charm.. Im also running into the issue where IF the length of the content within the div is too large, it begins to 'tail out' too far on the right as well..

billing_provider_phone_number for example, not only are the two chilld nodes tailing too far on the right but they're also so far right that the children begin to spill into the next column over..

staff_phone_number and other content nodes with less length all look great though..!

Any recommendations?

Thanks again!