This repository was archived by the owner on Aug 14, 2021. It is now read-only.
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
Support asynchronous modifications #81
Closed
Description
See #80:
I guess if you initialize from an ajax call, you want to open another request, because you probably have to defer the opening until the request returns.
Something like this: a modification of the beforeOpen event:
we could allow to return a deferred/promise, and the context menu open would be delayed until the promise is resolved.