jquery-bootstrap-pagination icon indicating copy to clipboard operation
jquery-bootstrap-pagination copied to clipboard

It seems like that the option `display_max` does not work.

Open fay opened this issue 12 years ago • 2 comments

The max page number displayed is still 10 while the total pages less than 10.And I looked at the code, should the 10 be max at line 93?

fay avatar Jan 18 '13 08:01 fay

Changing that line from "10" to "max" caused it to work correctly for me.

johntitus avatar Jan 23 '13 18:01 johntitus

Good to know. If you want to fix it, test, and submit a pull request, I'll happily take it.

markbates avatar Jan 23 '13 18:01 markbates