We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using a JsonRest store in combination with the tree plugin. Expanding a row triggers a request, and I want to do something in response to this.
There is already a Deferred being created in expand, however it is not returned by expand. See the following gist for what a patch could look like:
https://gist.github.com/mvaerle/6810641
The text was updated successfully, but these errors were encountered:
Fixes dojo#739, tree.expand now returns a promise.
c8f200f
dbcb6d0
Successfully merging a pull request may close this issue.
I'm using a JsonRest store in combination with the tree plugin. Expanding a row triggers a request, and I want to do something in response to this.
There is already a Deferred being created in expand, however it is not returned by expand. See the following gist for what a patch could look like:
https://gist.github.com/mvaerle/6810641
The text was updated successfully, but these errors were encountered: