Skip to content

Commit

Permalink
Small fixes to column sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctokheim committed Sep 2, 2018
1 parent cb8e191 commit 97fe41b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/_includes/_footer_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,20 +236,20 @@
responsiveLayout: "hide",
ajaxURL: "{{ site.baseurl }}/assets/data/data.json",
columns:[
{title:"Analysis", field:"analysis", sorter:"string", width:150, responsive: 12},
{title:"Gene", field:"Hugo_Symbol", sorter:"string", width:150, minWidth: 100,
{title:"Analysis", field:"analysis", sorter:"string", width:500, responsive: 12},
{title:"Gene", field:"Hugo_Symbol", sorter:"string", minWidth: 75,
headerFilter:true, headerFilterFunc:"=", bottomCalc:geneCountCalc,
responsive: 0},
{title:"Transcript", field:"Transcript_ID", sorter:"number",
align:"left", responsive: 10, minWidth: 100},
{title:"Mutation", field:"HGVSp_Short", sorter:"string", sortable:false,
headerFilter:true, headerFilterFunc:"like", bottomCalc:mutCountCalc,
responsive: 0, minWidth: 50},
responsive: 0, minWidth: 75},
{title:"Score", field:"gwCHASMplus score", sorter:"number", align:"center",
bottomCalc:scoreCalc, headerFilter:"number", headerFilterPlaceholder:"at least...",
headerFilterFunc:">=", responsive: 2, minWidth: 50},
headerFilterFunc:">=", responsive: 2, minWidth: 75},
{title:"Cancer type", field:"cancer type", sorter:"string", align:"center",
responsive: 1, minWidth: 50, headerFilter:"select", headerFilterFunc:"=",
responsive: 1, minWidth: 75, headerFilter:"select", headerFilterFunc:"=",
headerFilterParams:{"": "All types", "ACC": "ACC", "BRCA": "BRCA", "CESC": "CESC", "CHOL": "CHOL",
"COAD": "COAD", "DLBC": "DLBC", "ESCA": "ESCA", "GBM": "GBM", "HNSC": "HNSC",
"KICH": "KICH", "KIRC": "KIRC", "KIRP": "KIRP", "LAML": "LAML", "LGG": "LGG",
Expand Down

0 comments on commit 97fe41b

Please sign in to comment.