Method: Effective::Datatable#html_class

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

#html_classObject



172
173
174
# File 'app/models/effective/datatable.rb', line 172

def html_class
  Array(attributes[:class] || EffectiveDatatables.html_class).join(' ').presence
end