Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<style type="text/css" title="currentStyle">
<style type="text/css" title="currentStyle">
Line 54: Line 53:
}
}
}
}
$('#example').dataTable({
"sScrollY": "300px",
"bScrollCollapse": true,
"bPaginate": false,
"bFilter": false,
"bInfo": false,
"aaData": m_data,
"aoColumns": [
            { "sTitle": "motif db" },
            { "sTitle": "motif id" },
            { "sTitle": "motif name" }
         
        ],
"aaSorting": [[ 1, "asc" ]],
});
);
);
</script>
</script>

Revision as of 15:55, 25 April 2013

  • Name:{{{name}}}

Sub Clusters

<br>Analyst: Ivan