ui-grid angularjs checkbox button not being resorted -


grid angularjs have checkbox column after check 1 column , sort other column example age active column not being resorted plunkr of pbm

"http://plnkr.co/edit/q3fs3xirbpqkzkdzlgxw?p=preview"

<!doctype html> 

you have problem cell template. not binding value isactive checkbox.

change checkbox column

{ name: 'isactive', displayname: 'active', type: 'boolean',celltemplate: '<input type="checkbox" ng-model="row.entity.isactive">'} 

this plnkr works right. http://plnkr.co/edit/pl7hvk1fy2ycuorbbbta?p=preview


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -