File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 < meta property ="og:image " content ="<%= conference()[:homepage] %><%= pathof('/assets/style/logo-gear/')[1..-1] %> ">
4242< % if @item.identifier == '/schedule/events/' %>
4343 < link href ="https://cdn.datatables.net/2.2.2/css/dataTables.dataTables.min.css " rel ="stylesheet " integrity ="sha384-lidBvvi7oLJ2j9e3nFlBSXfo+giBJ9L7QnUdgjc3AvLiynS0HdKEEEZtvZ4izE46 " crossorigin ="anonymous ">
44+ < link href ="https://cdn.datatables.net/fixedheader/4.0.1/css/fixedHeader.dataTables.min.css " rel ="stylesheet " integrity ="sha384-FidEgRBNslMjNcMkOFgR6bJnL/NNAjZYYob4PXzFLtqQpyiU7HYFjHfG2/OUWpvZ " crossorigin ="anonymous ">
4445
4546 < script src ="https://code.jquery.com/jquery-3.7.0.min.js " integrity ="sha384-NXgwF8Kv9SSAr+jemKKcbvQsz+teULH/a5UNJvZc6kP47hZgl62M1vGnw6gHQhb1 " crossorigin ="anonymous "> </ script >
4647 < script src ="https://cdn.datatables.net/2.2.2/js/dataTables.min.js " integrity ="sha384-AenwROccLjIcbIsJuEZmrLlBzwrhvO94q+wm9RwETq4Kkqv9npFR2qbpdMhsehX3 " crossorigin ="anonymous "> </ script >
48+ < script src ="https://cdn.datatables.net/fixedheader/4.0.1/js/dataTables.fixedHeader.min.js " integrity ="sha384-fLqXCJcrAdndivVvcmVV63KCTYYLJXHZwzlfgkRAiROtth7ZJaN3WJr+VaVe/asP " crossorigin ="anonymous "> </ script >
49+
4750< % end %>
4851 </ head >
4952 < body < %= @item.identifier =~ %r{^/schedule/([^/]+)/} ? " class=\"schedule-#{$1}\"" : '' %> >
@@ -192,6 +195,7 @@ <h3><%= column.keys.first.to_s %></h3>
192195 [ 3 , 'asc' ] ,
193196 [ 4 , 'asc' ]
194197 ] ,
198+ fixedHeader : true ,
195199 paging : false ,
196200 } ) ;
197201</ script >
You can’t perform that action at this time.
0 commit comments