Blame view

framework/templates/Includes/GridFieldSortableHeader_Row.ss 115 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
  <tr class="sortable-header">
  	<% loop $Fields %>
  		<th class="main col-$getName">$Field</th>
  	<% end_loop %>
  </tr>