La tabla se puede scrollear y mantiene los títulos

This commit is contained in:
f 2021-08-03 10:16:26 -03:00
parent 489cbb414c
commit e87fad33ea

View file

@ -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