Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在最新版本的 ng-grid(v2.0.7) 中,当 editableCellTemplate 处于编辑模式并失去焦点时,它仍然处于编辑模式。这是一个错误还是我错误地配置了网格?
这是一个示例:http ://plnkr.co/edit/OgEjk7wFaC982FrKbeHH?p=preview其中第 0 列包含可编辑的CellTemplate。
我在 ng-grid.js 中的一个模板中找到了答案。我错过了 ng-input="COL_FIELD"
<select ng-cell-input ng-class="'colt' + $index" ng-input="COL_FIELD" ng-model="COL_FIELD"> <option>nl</option> <option>fr</option> <option>en</option> </select>