Method: Json2table.start_table_tag

Defined in:
lib/json2table.rb

.start_table_tag(options) ⇒ Object



151
152
153
154
155
# File 'lib/json2table.rb', line 151

def self.start_table_tag(options)
  "<table class='#{options[:table_class]}' 
          style='#{options[:table_style]}'
          #{options[:table_attributes]} >\n"
end