flaviusmatis / simplePagination.js

A simple jQuery pagination plugin.
Other
784 stars 402 forks source link

Way to consider css property "display"? #137

Open mbathen opened 7 years ago

mbathen commented 7 years ago

Hey,

using simplePagination.js in combination with filtering.

Probleme: when i destroy and redraw simplePagination.js within filtering it takes all elements even if they're got display:none;. Is there a option to consider css property "display" when it counts items + generating pages?