Class: Dill::BaseTable
Instance Attribute Summary
Attributes inherited from Widget
Instance Method Summary collapse
Methods inherited from Widget
#!=, #==, action, find_in, #has_action?, #initialize, #inspect, present_in?, #reload, root, selector, #to_f, #to_i, #to_s, widget, widget_delegator
Methods included from WidgetContainer
Constructor Details
This class inherits a constructor from Dill::Widget
Instance Method Details
#to_table ⇒ Object
3 4 5 6 7 |
# File 'lib/dill/base_table.rb', line 3 def to_table ensure_table_loaded headers.any? ? [headers, *values] : values end |