Method: DataTable::Table#th

Defined in:
lib/data-table/table.rb

#th(header_text, options) ⇒ Object



160
161
162
# File 'lib/data-table/table.rb', line 160

def th(header_text, options)
  @custom_headers << options.merge(text: header_text)
end