silverstripe-framework/templates/Includes/GridField_Item.ss
Stig Lindqvist 83e90aaafe ENHANCEMENT Release of DataGridPagination
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
2011-10-28 17:34:15 +13:00

5 lines
175 B
Scheme

<tr class="ss-gridfield-{$EvenOdd} $FirstLast">
<% control Fields %>
<td <% if FirstLast %>class="ss-gridfield-{$FirstLast}"<% end_if %>>$Value</td>
<% end_control %>
</tr>