Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Can I Off auto sorting in tree node or make end node if it has child node?
posted

Hi,

I want to make ultraTree node that has some root node and one of them has child node.

For that display, I want to display end of tree that has child

ex)

- Atree

- Ctree

- Dtree

- Btree

    - AChild

    - BChild

 

Normal ultre tree display like

- Atree

- Btree

- Ctree

- Dtree

 

 

Can I off sorting in tree or make end tree for specific node?