angular-ui/ui-grid

Checkbox dont call saverow event

已关闭

#6,902 创建于 2018年12月7日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wanted

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

i use the checkbox like this sample http://plnkr.co/edit/PL7HvK1FY2ycuOrBbBTA?p=preview var columnDefs = [{ name: 'IsShip', field: 'IsShip', type: 'boolean', cellTemplate: ' < input type = "checkbox" ng-model="row.entity.IsShip" > ' , enableCellEditOnFocus: true}]

Other cell change value, grid will call saveRow normally but only this checkbox cell doesnt call event saveRow when i click change value and click out of row

贡献者指南