grid angularjs i have a checkbox column after i check one column and sort with other column example age the active column is not being resorted this is a plunkr of the pbm
"http://plnkr.co/edit/Q3Fs3XiRBpqkzKdZlGXW?p=preview"
<!doctype html>
grid angularjs i have a checkbox column after i check one column and sort with other column example age the active column is not being resorted this is a plunkr of the pbm "http://plnkr.co/edit/Q3Fs3XiRBpqkzKdZlGXW?p=preview"
|
|||||||||||||||||
|
You have a problem with your cell template. You are not binding the value isActive to the checkbox. Change the checkbox column to this
This plnkr works right. http://plnkr.co/edit/PL7HvK1FY2ycuOrBbBTA?p=preview |
|||||||||||||
|