angular-ui/ui-grid

Checkbox dont call saverow event

クローズ

#6,902 opened on 2018/12/07

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド