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
436 stars 177 forks source link

Lightweight range filter #251

Open onli opened 7 years ago

onli commented 7 years ago

First, thanks for this project. I was surprised by how well it works, how easy it was to get it up running. Very good work.

I'm in need of a range filter, and the jquery ui slider control seems very heavyweight to me. I'm not using jQuery UI so far, and would like to avoid it, as it does not really fit in my concept. Would it maybe possible to implement a alternative solution without that dependency? I could imagine that https://leaverou.github.io/multirange/ would be a good fit.

onli commented 7 years ago

https://refreshless.com/nouislider/ could be another good option. I'll have a try on implementing this myself, but some feedback would be appreciated.