Forum Discussion
cike
8 years agoChampion
Hi kfox22,
yes it is possible, but requires some custom development. You can add the common paging component provided by Lithium and then handle the pagination using custom JavaScript.
At first, you have to prevent the default page links from accessing their target and build the URL with some parameters, e.g.
<URL>?new_tab_page=2&solved_tab_page=3#solved_tab
Using AJAX and endpoints you will be able to handle the paging behavior for each of your categories separately.
Hopefully, this information will help you to find a solution for your use case.
Kind regards,
Christian
Related Content
- 2 years ago
- 2 years ago
- 10 years ago
- 2 years ago
- 10 months ago