brimdata / react-arborist

The complete tree view component for React
MIT License
3.01k stars 138 forks source link

Information request: Is variable row height a possibility? #276

Open janvandenberg opened 3 days ago

janvandenberg commented 3 days ago

First of all, I want to express my sincere gratitude to all the contributors of react-arborist. This library is truly awesome and it looks like it can be incredibly helpful in my project.

I'm wondering if there's a way to create variable row heights in react-arborist. My node leaves are sometimes bigger than the allotted height. Right now I can only cut off my text, but I was wondering if there is another way? I've attempted to implement this using a row renderer, but I haven't been successful so far. Since the absolute positioning of the siblings don't take my custom height into consideration.

CHE1RON commented 1 day ago

That would be a great thing to have! 👍