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!!!!
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
Thank you!
I will check out links.
Regards.