angular-ui/ui-grid

Checkbox dont call saverow event

Open

#6,902 建立於 2018年12月7日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
help wanted

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 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

貢獻者指南