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_json ⇒ Object
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_config ⇒ Object
17 |
# File 'app/components/hakumi_components/table/concerns/editable.rb', line 17 def table_editable_config; end |