Class: Koi::TableComponent
- Inherits:
-
Katalyst::TableComponent
- Object
- Katalyst::TableComponent
- Koi::TableComponent
show all
- Includes:
- Koi::Tables::Cells
- Defined in:
- app/components/koi/table_component.rb
Instance Method Summary
collapse
#attachment, #link
Instance Method Details
#output_postamble ⇒ Object
11
12
13
|
# File 'app/components/koi/table_component.rb', line 11
def output_postamble
super + "</div>".html_safe
end
|
#output_preamble ⇒ Object
7
8
9
|
# File 'app/components/koi/table_component.rb', line 7
def output_preamble
'<div class="table-container">'.html_safe + super
end
|