mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +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|
|
- @result.columns.each do |key|
|
||||||
- next if key.include? 'ciphertext'
|
- next if key.include? 'ciphertext'
|
||||||
- next if key.include? 'encrypted'
|
- next if key.include? 'encrypted'
|
||||||
%th.position-sticky.background-white= key
|
%th.position-sticky.background-white{ style: 'top: 0' }= key
|
||||||
%tbody
|
%tbody
|
||||||
- @result.rows.each do |row|
|
- @result.rows.each do |row|
|
||||||
%tr
|
%tr
|
||||||
|
|
Loading…
Reference in a new issue