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

Filter and pagination combined #204

Closed caneta closed 8 years ago

caneta commented 8 years ago

Hi @no81no. Is it possible to combine jplist pagination and a dropdown filter on the same list of objects in a page? I would like to have pagination and a dropdown filter that, when used, modify the pagination accordingly. Is there a way to set up something like this? Thank you.

1rosehip commented 8 years ago

Sure, you can use any controls together in any combination. Here is example with dropdown filter, pagination and other controls: http://jplist.com/controlsexamples/drop-down-filters-ul-li

Getting started: http://jplist.com/documentation

caneta commented 8 years ago

Ok sorry, my fault. I didn't get how to put multiple control panels in different positions on the page. Thank you for the example, it worked!