I would like to have Kaminari to show pagination links at fixed count with pagination control, for example 10 links on each navigation page. Kaminari default shows 6 page links at first page and the page links continue to grow when you continue browsing until you reach 9 items.
I show in picture here, when I first load it will have 5 links in total.
When I continue to browse, it will grow.
Until you browse for the 5th link, it only show total links of 9.
How do I consistently have a link count of 10 even at the beginning or the end of the navigation with Kaminari. I have try with Kaminari config.window, but that's not what I want.
link_to_unless
method that makes it even harder to implement a greyed out prev/next links – Ierna