Im working on a django pagination and its okay but next and previous buttons in django pagination just skip 1 page.
I want that pagination just show number 1 to 10 pages for pagination at first and then when i click on next button it goes to page 11 and shows another 10 numbers, 11 to 20.
And when i click on next again it goes to page 21 and shows numbers 21 to 30.
And it would be the same for previous button
Ram Ram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1