Class: Arara::DataTableHeaderComponent

Inherits:
ActionView::Component::Base
  • Object
show all
Includes:
BaseComponent
Defined in:
app/components/arara/data_table_header_component.rb

Instance Method Summary collapse

Methods included from BaseComponent

#default_data_controller, #default_html_class, #default_html_tag, #html_class, #html_content, #html_data, #html_options, #html_tag, included

Constructor Details

#initialize(**kw) ⇒ DataTableHeaderComponent

Returns a new instance of DataTableHeaderComponent.



7
8
9
# File 'app/components/arara/data_table_header_component.rb', line 7

def initialize(**kw)
  super(tag: "thead", **kw)
end