7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » sort dataobjects by date added
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 370 Views |
-
sort dataobjects by date added

25 October 2011 at 9:20pm
Hello,
How do I display dataobjects DESC by date added?
Thank you! -
Re: sort dataobjects by date added

31 October 2011 at 10:44pm
On the data object you can set the $default_sort static.
static $default_sort = "Created DESC";
| 370 Views | ||
|
Page:
1
|
Go to Top |


