Lukas Bach
Lukas Bach
@Nishchit14 yes a new library. I'm currently working on getting an early alpha in an usable state, then I'd be happy to get some feedback on what you think. @dilincoln...
Hey @Nishchit14, yes, the code for the library is at https://github.com/lukasbach/headless-tree, and some stubs for documentation exist at https://headless-tree.lukasbach.com. Progress has been a bit slow recently, and there is still...
Hi @Nishchit14, can you try to use the `onPrimaryAction` instead of the `onSelectItems` handler? That should call in those situations in which you want a call.
There are no good docs on the exact logic right now, but the intent is that it calls when the user clicks on an item with probably no tree-navigation related...
You can customize the render logic for the search input, but not that it should always be visible at the moment. But you can use the `expandSubsequently` method on the...
Thanks for your appreciation! For your question regarding managing tree data with fetching libraries, I can't provide examples with that, but the use case should also work wikth uncontrolled environments...
Hey @Nishchit14, sorry for being silent on that topic and not bringing a lot of progress to that library. I had lots of topics on my mind the last few...
It looks like the drag line just expands downward from the center between the items by the height of the line. If possible, you should be able to just move...
Hi Austin, yes, RCT doesn't currently support elements of varying heights at the moment. Thank you very much for your contribution in the linked PR, I left some comments on...
Hey, not at all, just didn't have the time to look into this yet. With some workarounds, this is kinda achievable already by just adding custom drop handlers to tree...