Personal tools

Template:F5samplesTest: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 19: Line 19:
<html><!-- tf enrich table: start-->
<html><!-- tf enrich table: start-->
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
    $('#example').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]
    } );
} );
</script>
    <table id="example" class="display" cellspacing="0" width="100%">
        <thead>
            <tr>
                <th>PeakID</th>
                <th>TSS ID</th>
                <th>Category</th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <th>PeakID</th>
                <th>TSS ID</th>
                <th>Category</th>
            </tr>
        </tfoot>
        <tbody>
            <tr>
                <td>hg_233277.1</td>
                <td>12323512</td>
                <td>Edinburgh</td>
            </tr>
            <tr>
                <td>hg_234730.1</td>
                <td>21235255</td>
                <td>Tokyo</td>
            </tr>
            <tr>
                <td>hg_234953.1</td>
                <td>2536748</td>
                <td>San Francisco</td>
            </tr>
            <tr>
                <td>hg_233750.1</td>
                <td>833481</td>
                <td>Edinburgh</td>
            </tr>
        </tbody>
    </table>


$(document).ready(function() {


var data = [
    [
        "Tiger Nixon",
        "System Architect",
        "Edinburgh",
        "5421",
        "2011/04/25",
        "$3,120"
    ],
    [
        "Garrett Winters",
        "Director",
        "Edinburgh",
        "8422",
        "2011/07/25",
        "$5,300"
    ]
];
  $('#ffcp_tf_enrichscore').DataTable( {
  data: data
  } );
});
</script>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="ffcp_tf_enrichscore"></table>
</html>
</html>

Revision as of 15:36, 18 January 2018

PeakID TSS ID Category
PeakID TSS ID Category
hg_233277.1 12323512 Edinburgh
hg_234730.1 21235255 Tokyo
hg_234953.1 2536748 San Francisco
hg_233750.1 833481 Edinburgh