Usuń pierwszy rząd z JQuery
$('#tableId tr:first').fadeOut(2000, function(){
$(this).remove();
});
Fahim Foysal
$('#tableId tr:first').fadeOut(2000, function(){
$(this).remove();
});