I’m storing appointments as structured data on my appointment page. What could be a reasonable approach to implement pagination or perhaps a load more button to keep things neat and compact in the panel?
Hm, there are no built-in options to achieve that, I’m afraid:
- use table style
- create a custom field based on the current structure field.
Thanks! I’ll give it a go.