I have a GWT/Gwtbootstrap3 project with a CellTable and a Pagination. Everything works like a charm, but when I get many pages, my pagination widget just get bigger and bigger on the page.
How do I limit the numbers on the pagination widget, so it only show say 5 numbers???
Like
<< 1 2 3 4 5 >>
and then
<< 6 7 8 9 10 >>
all up to
<< 610 611 612 613 614 >>
As it is now it show all numbers from 1 to 614 :-(
Solved the problem. I found a solution on the web and changed it a bit.
I made my own class and extended from Pagination