Class: Daisy::DataDisplay::TableComponent::BodyColumnComponent

Inherits:
LocoMotion::BasicComponent show all
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

#call, name

Instance Method Details

#before_renderObject



118
119
120
# File 'app/components/daisy/data_display/table_component.rb', line 118

def before_render
  set_tag_name :component, :td
end