Getting data from hidden rows

Hi, all,

At initialization of the program, we read a json model and generate a full tree. Later in the application, we restrict the depth of the tree and it hides its children.

The children aren’t items that we want the user to have access to, but we’d like to be able to access the data in these children through the javascript. Is there any way to hide them but still have full access (in a method like ‘hasChildren’)?

Thanks,
Ray

Hello,

Later in the application, we restrict the depth of the tree and it hides its children.

how do you hide items ?