class Renderer::Buttons
Public Instance Methods
action?()
click to toggle source
# File lib/tabulatr/renderer/buttons.rb, line 31 def action?() true end
coltype()
click to toggle source
# File lib/tabulatr/renderer/buttons.rb, line 29 def coltype() 'buttons' end
column?()
click to toggle source
# File lib/tabulatr/renderer/buttons.rb, line 30 def column?() false end
human_name()
click to toggle source
# File lib/tabulatr/renderer/buttons.rb, line 25 def human_name col_options.header end