1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
437 stars 177 forks source link

number of visible pagination button #217

Closed therjtkumar closed 7 years ago

therjtkumar commented 7 years ago

hey, how can i control number of visible pagination button if i have 100 page with each contain 20 data list, by default its showing 100 buttons that is not look good. any solution ?

1rosehip commented 7 years ago

Depending on the case you may use data-range attribute or 'items per page dropdown' control settings: http://jplist.com/documentation/control-settings/pagination http://jplist.com/documentation/control-settings/items-per-page-dropdown

therjtkumar commented 7 years ago

hey, problem has been solved now, first solution was suitable for me. great work keep it up highly recommended.