Sology / smart_listing

Ruby on Rails data listing gem with built-in sorting, filtering and in-place editing.
http://showcase.sology.eu/smart_listing
MIT License
478 stars 137 forks source link

needs to change pagination style #192

Open bombertroop opened 4 years ago

bombertroop commented 4 years ago

How to change the pagination style, I don't need page number anymore, I just need prev and next buttons, because it doesn't need row counting, kaminari gave a solution by adding without_count method, but I can't do it, is there a solution for this problem?

thanks