Skip Navigation

[Resuelto] display repeatable field group fields as table

This support ticket is created hace 6 años, 5 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por ScottM9386 hace 6 años, 5 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#916068

Hello,

I have a CPT called "Tracks" (music tracks)
The CPT has a repeatable field group in it with a few fields.
Can I display this as a table like so:

Track 1 | repeatable group 1 field 1 | repeatable group 1 field 2 |...etc.
Track 1 | repeatable group 2 field 1 | repeatable group 2 field 2 |...etc.
Track 1 | repeatable group 3 field 1 | repeatable group 3 field 2 |...etc.
Track 2 | repeatable group 1 field 1 | repeatable group 1 field 2 |...etc.
Track 2 | repeatable group 2 field 1 | repeatable group 2 field 2 |...etc.
Track 2 | repeatable group 3 field 1 | repeatable group 3 field 2 |...etc.

Thank you!!!!

#916137

Hello,

I assume you are using the latest version of Types plugin (version 3.0 +) to create the repeatable field group.

If it is, yes, it is possible, since the repeatable field group is also based on post type, so you can create a view to list the repeatable field group and display it as a HTML table. See our document:
Creating and Displaying Repeatable Field Groups
https://toolset.com/documentation/getting-started-with-toolset/creating-and-displaying-repeatable-field-groups/
Table layout mode
https://toolset.com/documentation/user-guides/view-layouts-101/#table

#916933

Thank you!
I will check out links.
Regards.