1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00
silverstripe-framework/templates/Includes/GridFieldSortableHeader_Row.ss

6 lines
115 B
Scheme
Raw Normal View History

<tr class="sortable-header">
<% loop $Fields %>
<th class="main col-$getName">$Field</th>
<% end_loop %>
</tr>