Options to limit number of pagination links shown short of publishing views?
You can see here, doesn't look so great in shorter width areas. Id rather not manage pagination views if possible. I like everything except for how many its showing.
4 Replies
how would you do this in normal laravel
I think the only option is a custom pagination view to be honest. 😦 I have had to do it a few times in the past. I would think in general though, the laravel pagination defaults would be more responsive to such things. Guess not.
if you work out how to hide overflowed items, feel free to PR
i would gladly merge it
Z1, z2, z3 with overflow hidden should work no? Would cause an issue with RTL then though