Commit 8bc806a019cad73a0442ac888d2e1eeeee889e31
1 parent
d856c118
for repeat element extend active item class
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | ... | @@ -229,7 +229,7 @@ module Kanjai |
| 229 | 229 | value = scope.where(row_item: row_index).collect{|item| [item.marker, item.text_value] }.to_h |
| 230 | 230 | |
| 231 | 231 | if(row_index == 1) |
| 232 | - value['###FIRST_ITEM_ACTIVE###'] = 'active' | |
| 232 | + value['###FIRST_ITEM_ACTIVE###'] = 'active show' | |
| 233 | 233 | else |
| 234 | 234 | value['###FIRST_ITEM_ACTIVE###'] = '' |
| 235 | 235 | end | ... | ... |