We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a10fe1 commit fa9066bCopy full SHA for fa9066b
src/features/edit/js/gridEdit.js
@@ -668,7 +668,9 @@
668
//get original value from the cell
669
origCellValue = cellModel($scope);
670
671
- html = $scope.col.editableCellTemplate;
+ html = $scope.col.editableCellTemplate
672
+ .replace(uiGridConstants.COL_FIELD, 'grid.getCellValue(row, col)');
673
+
674
if ($scope.col.colDef.editModelField) {
675
html = html.replace(uiGridConstants.MODEL_COL_FIELD, gridUtil.preEval('row.entity.' + $scope.col.colDef.editModelField));
676
}
0 commit comments