Please correct me if I'm wrong on this, but I haven't found an option to enable showing ellipsis's when you have more pages than "max-size". This incorrectly gives the impression that there are less pages than there actually are, especially when you're only on the first page. Now, I could disable rotation, which causes ellipsis's to appear, but rotation is pretty standard and it feels weird to turn it off.
Here's what I've got now:
First, Previous, 3, 4, (5), 6, 7, Next, Last
And here's what I'm going for:
First, Previous, ..., 3, 4, (5), 6, 7, ..., Next, Last
So, is there an easy way to do this already?