Closed Amol-Dhokane closed 8 years ago
Unfortunately it's not possible out of the box using the reset button control. But you may create a custom button once clicked it resets your filter. The implementation depends on the kind of filter you need to reset.
Hi @1rosehip, Can you explain how to implement the custom button you are talking about ? For example I need to reset only range slider filter but not the others.
Actualy I use deepLinking, on custom button click I get hash with JS and clean data on desired filter to remove, then set new cleaned hash to location and reload page. That's working but it's a little bit tricky :/
Thanx !
Hi,
Thanks in advance. Can anyone help me "How to reset single filter in JPList?" Currently JPList clear the all filters, however I have given Reset option under each filter and want to clear a single filter.