Browse Time Courses mm9: Difference between revisions
From FANTOM5_SSTAR
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Loading|loadingimage=sprites.gif}}<html> | {{Loading|loadingimage=sprites.gif}}{{#ask:[[Category:Time Courses]][[species::Mouse (Mus musculus)]] | ||
|?tissue_cell_type=Tissue cell type | |||
|?category_treatment=Category treatment | |||
|?timepoint_design=Timepoint design | |||
|format=ttable | |||
|class=cl_list stripe cell-border order-column compact | |||
|limit=2000 | |||
|searchlabel= | |||
|headers=hide | |||
}}<html> | |||
<script type="text/javascript" src="/5/sstar/jquery-1.7.1.min.js"></script> | <script type="text/javascript" src="/5/sstar/jquery-1.7.1.min.js"></script> | ||
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script> | <script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script> | ||
Line 8: | Line 17: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('.cl_list').DataTable({ | |||
dom: 'Blfrtip', | |||
lengthMenu: [[-1], ["All"]], | |||
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'], | |||
pageLength: -1, | |||
}); | columns: [{title: "Name"}, | ||
{ title: "Tissue cell type"}, | |||
{ title: "Category treatment"}, | |||
{ title: "Timepoint design"}] | |||
}); | |||
} ); | } ); | ||
</script> | </script> | ||
</html> | </html> | ||