Module: TableSortableHelper

Defined in:
app/helpers/table_sortable_helper.rb

Instance Method Summary collapse

Instance Method Details

#table_sortable_columns(record) ⇒ Object



11
12
13
# File 'app/helpers/table_sortable_helper.rb', line 11

def table_sortable_columns(record)
  render 'table_sortable/columns', record: record
end

#table_sortable_headersObject



7
8
9
# File 'app/helpers/table_sortable_helper.rb', line 7

def table_sortable_headers
  render 'table_sortable/headers'
end

#table_sortable_pagerObject



3
4
5
# File 'app/helpers/table_sortable_helper.rb', line 3

def table_sortable_pager
  render 'table_sortable/pager'
end