Sha256: 0c05fe8f8d1ded37353b76c386dc34c592635371e9410f8628eafbe59ff1fb14

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

<tr>
  <% grid.html_columns(*options[:columns]).each do |column| %>
    <th class="<%= datagrid_column_classes(grid, column) %>">
      <%= column.header %>
      <%= datagrid_order_for(grid, column, options) if column.order && options[:order]%>
    </th>
  <% end %>
</tr>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datagrid-1.3.1 app/views/datagrid/_head.html.erb
datagrid-1.3.0 app/views/datagrid/_head.html.erb
datagrid-1.2.3 app/views/datagrid/_head.html.erb
datagrid-1.2.2 app/views/datagrid/_head.html.erb
datagrid-1.2.1 app/views/datagrid/_head.html.erb
datagrid-1.2.0 app/views/datagrid/_head.html.erb