Number of pages in pagination div
Number of pages in pagination div

Hi Allan, is there some possibility to have more then five pages in pagination? Now there is for "full_numbers": first, prev, 5 PAGES HERE, next, last. I would like to have for example 10 pages there.
Thanks for reply Lukas
Thanks for reply Lukas
This discussion has been closed.
Replies
Lukas
[code]
jQuery.fn.dataTableExt.oPagination.iFullNumbersShowPages = 10;
[/code]
Allan