mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
mysite/code/Page.php to mysite/code/Product.php
"mysite/code/Page.php" line in Displaying Results Section should be "mysite/code/Product.php"
This commit is contained in:
parent
f733ca2759
commit
376ce73390
@ -150,7 +150,7 @@ The results are shown in a tabular listing, powered by the [GridField](../forms/
|
|||||||
the [api:GridFieldDataColumns] component. This component looks for a [api:DataObject::$summary_fields] static on your
|
the [api:GridFieldDataColumns] component. This component looks for a [api:DataObject::$summary_fields] static on your
|
||||||
model class, where you can add or remove columns. To change the title, use [api:DataObject::$field_labels].
|
model class, where you can add or remove columns. To change the title, use [api:DataObject::$field_labels].
|
||||||
|
|
||||||
**mysite/code/Page.php**
|
**mysite/code/Product.php**
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user