Class: Koi::Tables::Header::ImageComponent

Inherits:
Koi::Tables::HeaderCellComponent show all
Defined in:
app/components/koi/tables/header.rb

Instance Attribute Summary

Attributes inherited from Koi::Tables::HeaderCellComponent

#width

Instance Method Summary collapse

Methods inherited from Koi::Tables::HeaderCellComponent

#initialize

Constructor Details

This class inherits a constructor from Koi::Tables::HeaderCellComponent

Instance Method Details

#default_html_attributesObject



51
52
53
# File 'app/components/koi/tables/header.rb', line 51

def default_html_attributes
  super.merge_html(class: "type-image")
end