Actualizar plugin Additionals a 3.0.0
This commit is contained in:
parent
3d976f1b3b
commit
a26f5567af
399 changed files with 70374 additions and 4093 deletions
|
@ -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')
|
Loading…
Add table
Add a link
Reference in a new issue