在页面http://ui-grid.info/docs/#/api/ui.grid.edit.directive:uiGridCell
“结束编辑的事件:
- 取决于特定的editableCellTemplate
-Standards应该模糊并输入keydown“
我正在使用下一个代码来识别动作何时发生,但我真正需要的是更改网格上特定输入的结束事件“模糊”。
$scope.$on(uiGridEditConstants.events.END_CELL_EDIT , function(event) {
console.log(event);
});
This是我记录“event”时的结果
我没有任何规格在哪里拉动扳机,所以我无法阻止“模糊”事件