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
370
WebDataTree in 2 columns
posted

Currently, I have a WebDataTree with 264 items. I would like to display the tree in 2 columns.  I could create a second tree and display to the side but I want to know if there is a configuration or attributes that would do it for me.

This is what it currently looks like:

+Data1

+Data2

+Data3

+Data4

...

+Data264

I would like it to display as this:

+Data1                   +Data133

+Data2                   +Data134

+Data3                   +Data135

+Data4                   +Data136

...                           ...

+Data132               +Data264

Thanks.

Gloria

  • 2895
    Verified Answer
    posted

    Hello Gloria,

    Thank you for using our Forum.

    I would like to let you know that there is no attribute that can separate the tree in two columns. You should implement two WebDataTrees to display the data as you require.

    If I can further assist you, please let me know.