-
Notifications
You must be signed in to change notification settings - Fork 295
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
Support .placeAt(node, pos) #1135
Comments
I just pushed a commit to a branch that adds this, if you want to take a look at the diff and apply it yourself for now. I want to have unit tests for it before merging it. |
I think one of the reasons this wasn't included before was the perception that _WidgetBase was pretty large in size, though perhaps that has changed now? It might be worth making it a separate extension if it is fairly large, though most apps that use dgrid probably include _WidgetBase anyway. It's probably worth comparing build sizes? |
Funny you mention that. I had some thoughts hit me in the last hour that might explain why this wasn't added earlier.
We could potentially consider putting the DOM-specific part of this directly in |
Since this didn't get any further comments, I've gone ahead and added tests to my previous commit and merged it. This will be in 0.5.0 and 0.4.1. |
Thanks @kfranqueiro ! |
Similar to other dijits, allow me to place my dgrid in the form:
The text was updated successfully, but these errors were encountered: