Method: HtmlGrid::Composite#to_html

Defined in:
lib/htmlgrid/composite.rb

#to_html(context) ⇒ Object



262
263
264
265
# File 'lib/htmlgrid/composite.rb', line 262

def to_html(context)
	@grid.set_attributes(@attributes)
	super << @grid.to_html(context).force_encoding('utf-8')
end