DataTables / SearchPanes

SearchPanes extension for DataTables
https://datatables.net
Other
19 stars 11 forks source link

Feature Request: Range Slider #28

Closed tacman closed 1 year ago

tacman commented 1 year ago

Instead of selecting individual ages, I'd like to see a range slider, something like rSlider.js

image

This control seems more usable:

image

https://www.cssscript.com/best-range-slider-replacement-libraries/

(there are many range sliders, any of them would be fine, it's just almost impossible to select from a large list of numbers).

AllanJard commented 1 year ago

Hi - thanks for the request. This is actually outside the scope of what I want SearchPanes to do. SearchPanes should just be concerned with lists of data which can be used to filter the table. Our SearchBuilder extension is more suited for this type of data. Have a look at this example. Although it isn't a slider, you can enter two numbers for a "between" operation when working with a number column.

tacman commented 1 year ago

Thanks, Allan. I have some more comments, but I'll move them to the forums.