Hi there!
How can I convert this:
The idea behind this is to get rid of nested rows and to convert them to simple root rows by iterating over each leaf and concatenating parent values to it’s value. And then moving them somehow to level 1. This may possibly be achieved by using eachChild method but I am not sure how exactly.
Thanks!