File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ block title
5
5
6
6
block styles
7
7
link( href ="/bower_components/bootstrap-table/dist/bootstrap-table.min.css" , rel ="stylesheet" )
8
+ //link(href="/bower_components/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.css", rel="stylesheet")
8
9
9
10
block content
10
11
h1 #[ span.mega-octicon.octicon-list-ordered ] Project: #{project .name } #[ small.text-muted (#{project ._id })]
@@ -13,7 +14,8 @@ block content
13
14
block scripts
14
15
script( src ="/bower_components/tableExport.jquery.plugin/tableExport.min.js" )
15
16
script( src ="/bower_components/bootstrap-table/dist/bootstrap-table.min.js" )
16
- script( src ="/bower_components/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js" )
17
+ //script(src="/bower_components/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js")
18
+ script( src ="/bower_components/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js" )
17
19
script( src ="/bower_components/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js" )
18
20
script( src ="/bower_components/lodash/dist/lodash.min.js" )
19
21
script( src ="/bower_components/moment/min/moment.min.js" )
@@ -108,7 +110,9 @@ block scripts
108
110
iconsPrefix: " octicon" ,
109
111
search: true ,
110
112
columns: columns,
113
+ showColumns: true ,
111
114
data: experiments,
115
+ // stickyHeader: true,
112
116
showMultiSort: true ,
113
117
showExport: true ,
114
118
exportOptions: {
You can’t perform that action at this time.
0 commit comments