Actualizar plugin Additionals a 3.0.0

This commit is contained in:
Manuel Cillero 2020-11-22 21:30:25 +01:00
parent 3d976f1b3b
commit a26f5567af
399 changed files with 70374 additions and 4093 deletions

View file

@ -0,0 +1,13 @@
- reset_cycle
tr.group.open
td colspan="#{query.inline_columns.size + 2}"
span.expander.icon.icon-expended[onclick="toggleRowGroup(this);"]
'  
span.name = group_name
- if group_count.present?
'
span.badge.badge-count.count = group_count
'
span.totals = group_totals
= link_to_function("#{l :button_collapse_all}/#{l :button_expand_all}",
'toggleAllRowGroups(this)', class: 'toggle-all')