160 161 162
# File 'lib/data-table/table.rb', line 160 def th(header_text, options) @custom_headers << options.merge(text: header_text) end