Module: HakumiComponents::Table::Concerns::Editable

Extended by:
ActiveSupport::Concern, T::Helpers, T::Sig
Includes:
AttributeHelpers
Included in:
HakumiComponents::Table::Component
Defined in:
app/components/hakumi_components/table/concerns/editable.rb

Instance Method Summary collapse

Instance Method Details

#editable_config_jsonObject



20
21
22
23
# File 'app/components/hakumi_components/table/concerns/editable.rb', line 20

def editable_config_json
  config = table_editable_config
  config ? config.to_h.to_json : nil
end

#table_editable_configObject



17
# File 'app/components/hakumi_components/table/concerns/editable.rb', line 17

def table_editable_config; end