mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
83e90aaafe
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
5 lines
175 B
Scheme
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> |