Skip to content

Commit

Permalink
feat: show/hide experiment columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Apr 27, 2016
1 parent af10760 commit 8ec357e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion views/experiments.jade
Expand Up @@ -5,6 +5,7 @@ block title

block styles
link(href="/bower_components/bootstrap-table/dist/bootstrap-table.min.css", rel="stylesheet")
//link(href="/bower_components/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.css", rel="stylesheet")
block content
h1 #[span.mega-octicon.octicon-list-ordered] Project: #{project.name} #[small.text-muted (#{project._id})]
Expand All @@ -13,7 +14,8 @@ block content
block scripts
script(src="/bower_components/tableExport.jquery.plugin/tableExport.min.js")
script(src="/bower_components/bootstrap-table/dist/bootstrap-table.min.js")
script(src="/bower_components/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js")
//script(src="/bower_components/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js")
script(src="/bower_components/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js")
script(src="/bower_components/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js")
script(src="/bower_components/lodash/dist/lodash.min.js")
script(src="/bower_components/moment/min/moment.min.js")
Expand Down Expand Up @@ -108,7 +110,9 @@ block scripts
iconsPrefix: "octicon",
search: true,
columns: columns,
showColumns: true,
data: experiments,
//stickyHeader: true,
showMultiSort: true,
showExport: true,
exportOptions: {
Expand Down

0 comments on commit 8ec357e

Please sign in to comment.