Open BagpipesJohnson opened 8 years ago
I also turned off auto reload and tried to reload by clicking the filter item and it is unresponsive. Also unable to show/hide filters when changing "Filter Always" to "When Filtered"
I know this issue is kinda old and I won't really provide a solution, but it seems like the problem is with Turbolinks, if you turn it off, you should be able to use the filters again.
I hope this might help you!
This is fixed in master but a release hasn't been cut for it.
As a work around you can call initWiceGrid()
yourself;
document.addEventListener("turbolinks:load", function() {
initWiceGrid();
});
I am hoping that I am not barking up the wrong tree--
I am working with a SIMPLE wice grid to filter descriptions (Which are strings)
The first time I change the filter, the page reloads and everything is alright--after that point, I can change the drop down and nothing happens. I click on reset filter and nothing happens either. I have checked and see that JQuery is indeed loaded along with all of wice grid js files.
I have attached the files I would imagine you would need:
View:
Controller:
Application.js:
Many thanks