Class: Daisy::DataDisplay::TableComponent::HeadColumnComponent

Inherits:
LocoMotion::BasicComponent show all
Defined in:
app/components/daisy/data_display/table_component.rb

Overview

A component for rendering individual header cells (<th>) within a table header row.

Instance Method Summary collapse

Methods inherited from LocoMotion::BasicComponent

#call, name

Instance Method Details

#before_renderObject



84
85
86
# File 'app/components/daisy/data_display/table_component.rb', line 84

def before_render
  set_tag_name :component, :th
end