Class: Tablette::Header

Inherits:
Section show all
Defined in:
lib/tablette/sections.rb

Instance Attribute Summary

Attributes inherited from Element

#helper, #renderer

Instance Method Summary collapse

Methods inherited from Section

#columns_for_section, #update_auto_colspan!

Methods inherited from Element

#element_to_html, #initialize, #method_missing, #respond_to_missing?, #to_html

Constructor Details

This class inherits a constructor from Tablette::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tablette::Element

Instance Method Details

#merge_with!(header) ⇒ Object



54
55
56
# File 'lib/tablette/sections.rb', line 54

def merge_with!(header)
  self.row.concat header.row
end