Home › Forums › Add-ons › Repeater Field › Pagination for Repeater in Admin › Reply To: Pagination for Repeater in Admin
Since the fields are created by ACF in admin I don’t think you can create pagination yourself. Maybe by doing some hacky custom javascript pagination which would just be hiding rows.
My suggestion is (and I know this is a pain) to change your architecture. If you have that many rows with google maps perhaps consider creating a custom post type instead which’ll host the fields currently in your repeater. That way you won’t have an issue with crazy long repeaters, long loading times/unresponsive pageloads and you can keep better track of each map row. Plus you can selectively fetch the maps posts by date, different orders etc in the future 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.