Class: KonoUtils::Object::Cell::Forms::Fields::NestedWrappers::FormsContainers::TableLayout

Inherits:
Layout
  • Object
show all
Defined in:
app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb

Overview

Rappresenta il layout del container del Wrapper abbiamo la versione Standard e versione Table

Instance Method Summary collapse

Methods inherited from Base

#_prefixes, #base_class, #concept, #content_for_layout, #content_for_layout?, #destroy_custom_polymorphic_path, #edit_custom_polymorphic_path, #index_custom_polymorphic_path, #kono_user, #legacy_concept, logger, #model_gender, #new_custom_polymorphic_path, #show_custom_polymorphic_path, #title_del, #title_del_g, #title_edit_g, #title_mod, #title_new, #title_new_g, #title_newa, #title_show_g

Methods included from KonoUtilsBootstrapView4::ApplicationIconHelper

#fa_icon, #icon

Instance Method Details

#columns_to_showObject



14
15
16
# File 'app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb', line 14

def columns_to_show
  model.inner_fields.reject(&:is_hidden?)
end