Closed maurymmarques closed 7 years ago
No progress has been made towards Rails 5 or Turbolinks, would be great if you can look into it :+1:
Edit: With you I mean @maurymmarques
And I am not going to.
Please read the first lines of the readme file: https://github.com/leikind/wice_grid
I had similar issue and I fixed it by adding similar code as @maurymmarques
$(document).on('page:change', function(){
initWiceGrid();
});
The CSV download problem is fixed in https://github.com/leikind/wice_grid/pull/342
Download CSV files and filters are not working.
My Gemfile is like that
When I click on a link from the website and then try filter out something on the grid, the last action does nothing. To solve that problem I added this to my CoffeeScript file and it worked.
But I could not solve another problem... When I click to export a CSV file, the report content is being loaded into the browser instead of start downloading the file.