angular-ui/ui-grid

Checkbox dont call saverow event

Fechada

#6.902 aberto em 7 de dez. de 2018

 (0 comentário) (0 reação) (0 responsável)JavaScript (2.496 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.395 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador