Browse Human TSSs: Difference between revisions
From referenceTSS
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$(' | $('.browse_tss').DataTable( { | ||
dom: ' | dom: 'Blfrtip', | ||
buttons: [ | buttons: [ | ||
'copyHtml5', | 'copyHtml5', | ||
Line 16: | Line 16: | ||
'csvHtml5', | 'csvHtml5', | ||
'pdfHtml5' | 'pdfHtml5' | ||
] | ], | ||
lengthMenu: [[20, 50, 100, -1], [20, 50, 100, "All"]], | |||
pageLength: 20, | |||
order: [[ 1, 'asc' ]] | |||
} ); | } ); | ||
} ); | } ); | ||
</script> | </script></html> | ||
{{#ask:[[TSS:+]]|?chr|?start|?end|?strand|class=display browse_tss}} | |||
<table id="example" class="display" cellspacing="0" width="100%"> | <table id="example" class="display" cellspacing="0" width="100%" style="display:none"> | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
Line 62: | Line 65: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
Revision as of 16:59, 7 March 2018