Difference between revisions of "Dev/Results"

(that didn't quite work, let's try this)
(Okay, there's a row().child API in datatables that's what I'm supposed to use)
Line 126: Line 126:
 
}
 
}
 
else {
 
else {
 +
// Close any others
 +
t.row($("#table_team tbody").children(".shown")).hide();
 
// Open this row
 
// Open this row
 
row.child( childRowFormat(row.data()) ).show();
 
row.child( childRowFormat(row.data()) ).show();
 
tr.addClass('shown');
 
tr.addClass('shown');
// Close any others
 
$("#table_team tbody").children(".shown").removeClass("shown").children().hide();
 
 
}
 
}
 
} );
 
} );

Revision as of 19:53, 23 September 2015

Comprehensive Results from iGEM 2015

View: [All Teams] [Award Winners] | [Africa] [Asia] [Europe] [Latin America][other?]

Team Medal Award