-
Notifications
You must be signed in to change notification settings - Fork 23
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
No ID provided. An ID must be given when creating a grid. #14
Comments
Hello, |
@W-prog no, I solved the issue by loading widgetGrid before ui.grid. It will be better if the maintainer changes the object name with a prefix or something else. |
Oh yeah, i've trying load widget-grid before but the error is more large Yes for "It will be better if the maintainer changes the object name with a prefix or something else" vm.grid = new Grid($scope.rows, $scope.columns); |
Yes, you have to replace all the occurrences of "Grid" into the lib. |
Hello guys ! Just saying in case someone needed it ! |
@W-prog @sebius8780 At the moment I've found a work around for this (I forgotten it). #13 In this PR there is a commit about force inject the correct Grid. |
This error occur when using ui-grid and angular-widget-grid in same project.
The
Grid
factory will be replaced byui.grid.Grid
UPDATE:
If I load the widgetGrid befaore the ui.grid all works.
The text was updated successfully, but these errors were encountered: