This commit is contained in:
Nicolas Bally 2020-04-02 00:28:39 +02:00
parent 1046a713bb
commit 09df957879
2 changed files with 8 additions and 6 deletions

View File

@ -6,7 +6,7 @@
%span %span
Détail Détail
-@no_freezee =true
-@m_odr_rep.save -@m_odr_rep.save

View File

@ -85,7 +85,9 @@
} }
} }
.freezeTable{
overflow:auto;
}
.qi_ordered_table_sort_select_wrapper{ .qi_ordered_table_sort_select_wrapper{
background:rgba(white, 0.98); background:rgba(white, 0.98);
box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2);
@ -170,8 +172,8 @@
.qi_pagination .qi_pagination
= paginate qi_ordered_table_collection #, :remote => true = paginate qi_ordered_table_collection #, :remote => true
-if !@no_freezee
:javascript :javascript
resize(); resize();
$('.freezeTable').freezeTable({columnNum:#{qi_ordered_table_nbr_col},fixedNavbar:'#qi_header_wrapper'}); $('.freezeTable').freezeTable({columnNum:#{qi_ordered_table_nbr_col},fixedNavbar:'#qi_header_wrapper'});