Class: Koi::Tables::Header::DateTimeComponent

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



33
34
35
# File 'app/components/koi/tables/header.rb', line 33

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