react-arborist
react-arborist copied to clipboard
Feature Request: It would be useful to allow the default rowHeight to be overridden at the row level
There are a number of use-cases where extra visual spacing and/or just larger rowHeights for specific nodes or groups of nodes on the tree would be helpful. As far as I can tell, the height of all node rows is set globally by the rowHeight prop with no option (or styling) possible to change it for individual rows.
Cool, that makes sense. I'm in the middle of a version 2 update. I'll keep this in mind.
+1 for this, I have certain rows I want to be smaller in the tree
+1
@jameskerr help
This is not a big priority for me at the moment. I think it would take a good bit of work as well. Calibrate your expectations accordingly or help me with a plan for a PR :)
@jameskerr Looking at the code... is there a reason absolute positioning is used instead of relative/flex layout?
It stands to reason that line-items in the tree will never overlap? (although drop indicators most certainly will)