moving rows between tables resulting in wrong stripping

moving rows between tables resulting in wrong stripping

PhilippPhilipp Posts: 4Questions: 1Answers: 0

hi

example:
http://jsfiddle.net/3w2j6gnt/2/

if i move the row "aa" up (by clicking on "move up"), the stripping of the upper table is wrong.
the moved-up row now has the class "odd even"

so it seems that the new stripping class is added, but the old one doesn't get removed.

is this a bug? or is there an easier way of moving rows between tables?

thanks

Philipp

This discussion has been closed.