Skip Navigation

[Resolved] display repeatable field group fields as table

This support ticket is created 6 years, 5 months ago. 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.

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)

This topic contains 2 replies, has 2 voices.

Last updated by ScottM9386 6 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#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.