angular-ui/ui-grid

Checkbox dont call saverow event

Chiusa

#6902 aperta il 7 dic 2018

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
help wanted

Metriche repository

Star
 (5395 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor