Method: SortableTable::App::Helpers::ApplicationHelper::InstanceMethods#sortable_table_header_class
- Defined in:
- lib/sortable_table/app/helpers/application_helper.rb
#sortable_table_header_class(opts) ⇒ Object
30 31 32 33 34 |
# File 'lib/sortable_table/app/helpers/application_helper.rb', line 30 def sortable_table_header_class(opts) if re_sort?(opts) || sorting_default?(opts) sortable_table_direction end end |