Method: ActiveAdmin::Views::TableFor#sortable?

Defined in:
lib/active_admin/views/components/table_for.rb

#sortable?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/active_admin/views/components/table_for.rb', line 55

def sortable?
  !!@sortable
end