[TYPO3-english] Custom Display for Record lists in Backend

freetime coder jdm90 at gmx.net
Sun Dec 15 14:46:23 CET 2013


Hi, 

I am trying to display data records of my extension in the backend. The default for records in list view is to only show the first property name as the name of the list as well as only display the first value. So if I have a record called coordinates, which has longitude, latitude and date for example, the list will show up as:

longitude
0.12
12.123
etc..

I however want a custom way to display it, e.g:

Entries
(0.12,0.32) - 12.01.2013
(12.123, 45) - 01.04.2012

I have already done research on this topic and found a lot of configurations for TCA to create custom forms and such, but no way to acheive this behaviour.

Any pointers?

Thanks,
freetimecoder


More information about the TYPO3-english mailing list