Sha256: c3dec662e331dfcc4287c8d920fa73eb76be1ffa8eed5d2f2eb91b50b5ed84e3

Contents?: true

Size: 586 Bytes

Versions: 12

Compression:

Stored size: 586 Bytes

Contents

module KonoUtils
  module Object
    module Cell
      module Forms # namespace
        module Fields
          module NestedWrappers
            module FormsContainers # namespace
              ##
              # Rappresenta il layout del container del Wrapper
              # abbiamo la versione Standard e versione Table
              ##
              class TableLayout < Layout

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

              end
            end
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kono_utils_bootstrap_view4-0.3.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.3.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.3 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.2.3 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.2.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.2.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.1.2 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.1.1 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.1.0 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.7 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.4 app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb