wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Added abort_on_small_lists option to disable pagination when the list is smaller than the number of items per page #13

Closed ejholmes closed 12 years ago

ejholmes commented 12 years ago

If abort_on_small lists is set to true and the number of items in the list is less than the number of items to display per page, don't paginate.

ejholmes commented 12 years ago

Fixes issue #3.

wesnolte commented 12 years ago

Looks great, I'll add it to the documentation asap :)