Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Tree: allow async function for get-children #1379

Open
2 tasks
haexhub opened this issue Oct 18, 2024 · 0 comments
Open
2 tasks

[Feature]: Tree: allow async function for get-children #1379

haexhub opened this issue Oct 18, 2024 · 0 comments

Comments

@haexhub
Copy link

haexhub commented Oct 18, 2024

Describe the feature

Hi,

it would be nice, if we could use an async function to retrieve children items of the tree component.
For example, I want to use this component to show a directory structure of an S3 bucket. To get the child directories I need to do an async http request, which I would like to use as the get-children function. But thats not possible at the moment.
Would be great if it will be some day :smi

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant