如何配置结束编辑editableCellTemplate的事件?

时间:2016-02-24 14:50:24

标签: javascript angularjs angular-ui-grid

在页面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”时的结果

我没有任何规格在哪里拉动扳机,所以我无法阻止“模糊”事件

0 个答案:

没有答案
相关问题