You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table where rows can be removed, but at the same time i've set the fixedRowsTop property (in this case to 2). The problem is that if I ever end up with a 3 rows table, when I try to remove one more, what happens is that the rows get duplicated, instead of being removed.
I have a table where rows can be removed, but at the same time i've set the fixedRowsTop property (in this case to 2). The problem is that if I ever end up with a 3 rows table, when I try to remove one more, what happens is that the rows get duplicated, instead of being removed.
This is the example in fiddle.
http://jsfiddle.net/kritochin/gvyrZ/2/
The text was updated successfully, but these errors were encountered: