Class: Daisy::DataDisplay::TableComponent::BodyColumnComponent
- Inherits:
-
LocoMotion::BasicComponent
- Object
- LocoMotion::BaseComponent
- LocoMotion::BasicComponent
- Daisy::DataDisplay::TableComponent::BodyColumnComponent
- Defined in:
- app/components/daisy/data_display/table_component.rb
Overview
A component for rendering individual data cells (<td>) within a table row.
Instance Method Summary collapse
Methods inherited from LocoMotion::BasicComponent
Instance Method Details
#before_render ⇒ Object
118 119 120 |
# File 'app/components/daisy/data_display/table_component.rb', line 118 def before_render set_tag_name :component, :td end |