class EasyTable::ActionColumn

Public Instance Methods

header(table, view) click to toggle source
# File lib/easy_table/action_column.rb, line 4
def header(table, view)
  ""
end
td_html() click to toggle source
# File lib/easy_table/action_column.rb, line 12
def td_html
  Config.action_td_html
end
th_html() click to toggle source
# File lib/easy_table/action_column.rb, line 8
def th_html
  Config.action_th_html
end