Als Workaround für die Einfärbung der Zeilen:
table.sortable tbody tr:nth-child(even) td {
background-color: #DDDDDD;
}
table.sortable tbody tr:nth-child(odd) td {
background-color: #EEEEEE;
}
in der .css Eures Styles eintragen. Die Farben könnt Ihr natürlich entsprechend anpassen. Kleiner Nachteil, die Einfärbung beim "hover" über den Zeilen geht nicht mehr.
Viele Grüße
Torsten