Saving row data with AngularJS ui-grid $scope.saveRow

后端 未结 3 2295
不思量自难忘°
不思量自难忘° 2021-02-09 22:12

I\'m working on a small frontend application which will show various product shipping data in a ui-grid.

I have the following code:

HTML:

3条回答
  •  温柔的废话
    2021-02-09 23:04

    I'm not allowed to comment so I have to submit an answer. The answer above is incorrect in that the $scope.gridApi.grid parameter to teh setSavePromise function is NOT required. Although the function does require a grid parameter, it is added by the wrapper during the .apply call.

提交回复
热议问题