We are transitioning over to a new forum platform. Please post new issues there. Existing threads will be dealt with here unless you choose to move them over. Visit the new forum
Forum
Item list column IDs
Hi Drew,
Is it possible to show the count (total number of items) of a repeater in the Item list column?
Want to reply to this thread?
Login with Perch
You can use within the repeater
Although that will repeat the output for every repeater item, to stop this you could place it within
<perch:before></perch:before>
or<perch:after></perch:after>
tagsThats not what I'm trying to do… I'd like to show the number of items in a repeater in the item list column for the repeaters id show that the admin can see how many items it contains (its purely backend)
That's not an option, no. To do that we'd need to load up each entry in the listing and count the repeater, which would be really expensive for long lists.
Cheers Drew. I susepected that it wasn't possible, but thanks for confirming.