-
Notifications
You must be signed in to change notification settings - Fork 742
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
Pass data to custom tools after editor initialization #202
Comments
@eladkarakuli Hmm that's an interesting problem. |
The problem is not re-rendering, the problem is being able to paginate through a list API endpoint. It's unrealistic to expect an API to return all products without pagination, but data can only be passed when initializing, and will not contain all products. |
did anyone find the solution to this issue? |
Hi,
I'm building a custom tool much like the product library custom tool
But, in order to paginate, search and show available products I would like to be able to pass and change the data after the initialization of the editor
there's a clear way to pass data to a custom tool
but it seems that there's no way to update or pass again different data after the initialization
Thank you very much
The text was updated successfully, but these errors were encountered: