Hello,
Is it currently possible to use the ag grid set tree list filter on dash ag grid ?
This section of the documentation seems to indicate its possible but there are no example and i cannot make it works.
Also, if so, is it possible to makes it works for string columns describing a tree (such as ‘A>B>C’) if I define treeListPathGetter
accordingly ?
I am trying to build a grid with a hierarchical structure on some column but it does not match with the requirements of Tree data since there can be multiple rows for a given node in the hierarchy and some node can be empty(‘A>B>C1’ correspond to 2 rows, ‘A>B>C2’ to three rows and there are no rows for ‘A>B’)