cortex-cms/cortex

View on GitHub
app/cells/cortex/index/table_headers.haml

Summary

Maintainability
Test Coverage
%thead
  %tr
    - @options[:data][:columns].each do |column|
      %th{ class: 'mdl-data-table__cell--non-numeric' }
        = render_table_header(column)