mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:31:43 +00:00
La tabla se puede scrollear y mantiene los títulos
This commit is contained in:
parent
489cbb414c
commit
e87fad33ea
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
- @result.columns.each do |key|
|
||||
- next if key.include? 'ciphertext'
|
||||
- next if key.include? 'encrypted'
|
||||
%th.position-sticky.background-white= key
|
||||
%th.position-sticky.background-white{ style: 'top: 0' }= key
|
||||
%tbody
|
||||
- @result.rows.each do |row|
|
||||
%tr
|
||||
|
|
Loading…
Reference in a new issue