silverstripe-framework/templates/Includes/GridFieldFilterHeader_Row.ss

6 lines
122 B
Scheme

<tr class="filter-header" style="display:none;">
<% loop $Fields %>
<th class="extra">$Field</th>
<% end_loop %>
</tr>