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
438 stars 176 forks source link

Prev Page Button always show #145

Closed veralexa closed 9 years ago

veralexa commented 9 years ago

Hi I want that the jplist-pagingprev (first, jplist-prev) and jplist-pagingnext (jplist-next, jplist-last) always show dont hide. I wont show them but disabled if they are not active.

How can i do this.

Thanks

1rosehip commented 9 years ago

You can edit CSS and add something like this: .jplist-pagingprev.jplist-hidden, .jplist-pagingnext.jplist-hidden{ display: block; }

veralexa commented 9 years ago

Thank you very much thats what i want.

1rosehip commented 9 years ago

You're welcome :)

veralexa commented 9 years ago

thank you very much

😊

2015-11-02 13:42 GMT+01:00 Miriam Zusin notifications@github.com:

You can edit CSS and add something like this: .jplist-pagingprev.jplist-hidden, .jplist-pagingnext.jplist-hidden{ display: block; }

— Reply to this email directly or view it on GitHub https://github.com/no81no/jplist/issues/145#issuecomment-153007032.