Personal tools

Browse JASPAR motifs: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 11: Line 11:
$(document).ready(function() {
$(document).ready(function() {
     $('.jaspar_motif_list').DataTable({
     $('.jaspar_motif_list').DataTable({
         dom: 'Blfrtip',
         dom: 'lfrtip',
         lengthMenu: [[25, 50, -1], [25, 50, "All"]],
         lengthMenu: [[25, 50, -1], [25, 50, "All"]],
processing: true,
processing: true,
Line 17: Line 17:
autoWidth: false,
autoWidth: false,
         buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
         buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
        columnDefs: [
{ targets: [0], type: "html-num"},
{ targets: [1], width: "80px", className: "bgwhite"}
],
         columns: [
         columns: [
{ title: "JASPAR ID" },
{ title: "JASPAR ID" },

Revision as of 18:10, 21 May 2019