Hey everyone,
I’m encountering an issue with the Toolbox plugin for pagination, and I’m hoping someone can help me out. I’ve configured it to display 10 records per page, but the total number of records is dynamic and will keep changing.
Currently, I have 13 records. The problem is, on page 1, it correctly shows records 1-10, but on page 2, it displays records 3-13. I’d like to make it so that the last page only shows 3 records.
Is there a way to dynamically adjust the number of records on the last page based on the total number of records? Any guidance on how to tackle this issue would be greatly appreciated!
Thanks in advance for your help.