This module provides a formatter for entity reference fields that displays referenced entities in manageable chunks with pagination controls. It allows for manual clicking of "next" page links or automatic loading of more content via Ajax.
When you have content with many entities referenced by a field, no needs to load a block views with pagination to display referenced entities by group of X items.
This formatter not only do that, but display a "next" page link. This pagination link can be manually clicked, or automatically load the next elements thanks to Ajax link module.
Features
Add formatter for entity_reference to be able to not display all elements at once, and provide a link to display next referenced entities in place.
Screencasts
From umami profile
- New Ingredients vocabulary
-
Recipe content type: add new ingredients field referencing the new Ingredients vocabulary and use the Entity reference Formatter pagination formatter
-
Edit node to add Ingredients terms
-
Display Ingredients with pagination on click
-
Display Ingredients with auto-load pagination