[TYPO3-dev] 6.2: Any News about Sorting 1:n Child Records in Extbase?

Philipp Wrann philippwrann at gmail.com
Fri Sep 12 08:20:56 CEST 2014


You could alter the default sorting for the child record before loading the relations.
If you display all records without pagination you can sort them by a viewhelper, performance-loss will not be big.
You can also sort them on the clientside via javascript, but thats all tricky when working with a pagination, then you really should alter the default sorting (TCA),



More information about the TYPO3-dev mailing list