Client side pagination

Plugin Development
  • I was hoping that you guys might be able to point me in the right direction for handling custom pagination logic within a theme. I need to be able to define scroll up/scroll down events handlers so I can append or remove cards from the viewport based on direction of scrolling. I also want to disable pagination for certain categories regardless of user settings as these categories will only display topics as cards.

    Cheers

  • I was able to use Categories.setCategoryField to tag the categories that are customized with topic cards and then use that attribute in the templates.


Suggested Topics