Lukas Bach

Results 118 comments of Lukas Bach
trafficstars

Closing this for now, please let me know if the issue persists.

Hi, thank you for your proposal! Regarding the idea to seperate feature-related configuration into feature-scoped variables themselves, I do like how the API for that looks like, but there are...

Hi! You can try [tree.waitForItemChildrenLoaded](https://headless-tree.lukasbach.com/api/core/interface/TreeInstance/#waitForItemChildrenLoaded) or [tree.waitForItemDataLoaded](https://headless-tree.lukasbach.com/api/core/interface/TreeInstance/#waitForItemDataLoaded), they will wait until the data itself has updated. There might still be a delay until the updated data has propagated to your...

Fyi I've created new methods `loadItemData()` and `loadChildrenIds()` that can also both be used for delaying execution until some data is loaded, as well as triggering the data loading in...

There already exists functionality where users can enter search keywords and the tree visualizes search results over normal results, can you elaborate how your suggestion differs from that? Do I...

Hi @david-summation, thanks for your input! This is an important question regarding performance, that I have often wondered what the best approach is. The gist is that full rerenders is...

Since I don't see any actionable next steps for this, I'll close this for now. Please reopen or create a new ticket if something else comes up. Thanks!

You need to set the prop `canDropOnNonFolder` to false to get the desired behavior. People can set this to true to implement special behavior for items being dropped on items...