Hi folks,
I am new at this, so please forgive me when I ask to be specific with your answers. Thanks!
I'm working on a website where I have an unordered list of people with classes that define who they were (i.e. entertainer, politician etc).
At the top, I have a selection of filters that you can use to narrow the results down using those classes. When you click a filter, it essentially hides all of the list items except for the list items with the class you chose. And of course, an 'all' button that displays all of the text.
That said, I also am using pajinate.js to make pagination work with it.
The issue is that when I use the filters, the pagination doesn't update to reflect whats been filtered out.
Any advice? Is there another pagination plugin that supports filtering built in that I'm not aware of?
-j