How do I get the paginator to show more links? Now it defaults to 5 links in de admin generator.
|< << 1 2 3 4 5 >> >|
Say I want 10 (or more) links
|< << 1 2 3 4 5 6 7 8 9 10 >> >|
Seems to me this limit of 5 pages is some configuration setting somewhere, but I can't find it.
Symfony 1.4.8
