Method: Effective::Datatable#sortable?

Defined in:
app/models/effective/datatable.rb

#sortable?Boolean

Returns:

  • (Boolean)


163
164
165
# File 'app/models/effective/datatable.rb', line 163

def sortable?
  !reorder? && attributes[:sortable] != false
end