Using ui-grid with AngularJs I am trying to make whole row editable but getting error in it.
Please check the plnkr link where I did whole coding and let me know what I did wrong.for plnkr link click here
Below is the error which I am getting. I tried to resolve it but get another error.
TypeError: Cannot read property 'rowEdit' of undefined
at Object.<anonymous> (app.js:84)
at Object.invoke (angular.js:4604)
at extend.instance (angular.js:9855)
at nodeLinkFn (angular.js:8927)
at compositeLinkFn (angular.js:8226)
at compositeLinkFn (angular.js:8229)
at compositeLinkFn (angular.js:8229)
at publicLinkFn (angular.js:8106)
at angular.js:1696
at Scope.$eval (angular.js:16820)