Make range slider which only draws on mouserelease
Make range slider which only draws on mouserelease

I'm using the range sliders using keyup like in this example here. It works fine, but I need it so that the datatable does not draw as the slider moves, but only when the user releases the mouse. At the moment, the movement of the slider is a bit slow because it's drawing so many values at once, and I'd prefer that it only draws once the user decides on a specific range.
This discussion has been closed.
Answers
You'd need to refer to the documentation of the slider you are using there (ion-rangeslider).
Allan