Sorry, we don't support your browser.  Install a modern browser

Introduce step functionality for number range sliders#497

R

It would be very useful if you can enable step functionalities for number range sliders. By default all numbers between the smallest and the largest number can be selected. Other options would be:

  • dynamic: only options that are actually valid based on the values in the columns
  • step functions as described here by NoUiSliders: https://refreshless.com/nouislider/slider-options/#section-step, or in more detail here: https://refreshless.com/nouislider/pips/ This would make it possible to enhance the user experience and create a slider with a single handle with steps of 5 like: > 5 min, > 10 min, > 15min, etc. Instead of all the numbers between 0 and 15 (or even up to 100). Adding the options for percentiles would just finish it off, as I could have 10 options between 0-50, but after that only 2 options between 51-100.
a month ago