Class: FluidTable

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods
Includes:
ActionView::Helpers::TagHelper, InstanceMethods
Defined in:
lib/fluid_table.rb,
lib/fluid_table/column.rb,
lib/fluid_table/context.rb,
lib/fluid_table/version.rb,
lib/fluid_table/class_methods.rb,
lib/fluid_table/instance_methods.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods Classes: Column, Context

Constant Summary collapse

VERSION =
'3.2.1'

Instance Attribute Summary collapse

Method Summary

Methods included from ClassMethods

define_column, render, valid?

Methods included from InstanceMethods

#customize_column, #displayed_columns, #find_records, #hidden_columns, #if_array_empty?, #initialize, #render, #render_footer, #render_header

Instance Attribute Details

#cache_rendered_rowsObject

Returns the value of attribute cache_rendered_rows.



15
16
17
# File 'lib/fluid_table.rb', line 15

def cache_rendered_rows
  @cache_rendered_rows
end

#cloned_columnsObject

Returns the value of attribute cloned_columns.



15
16
17
# File 'lib/fluid_table.rb', line 15

def cloned_columns
  @cloned_columns
end

#recordsObject

Returns the value of attribute records.



15
16
17
# File 'lib/fluid_table.rb', line 15

def records
  @records
end

#render_optionsObject

Returns the value of attribute render_options.



15
16
17
# File 'lib/fluid_table.rb', line 15

def render_options
  @render_options
end

#viewObject

Returns the value of attribute view.



15
16
17
# File 'lib/fluid_table.rb', line 15

def view
  @view
end