jbox-web / ajax-datatables-rails

A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
MIT License
590 stars 227 forks source link

Column visibility resets everytime new version of app is pushed to Heroku #265

Closed iyerushalmi closed 6 years ago

iyerushalmi commented 6 years ago

Everytime we push a new version of our app to heroku, the visibility of columns within all datatables will reset to the default in which all columns show. This means any customizations that were set by the user will be reset. Usually the customizations stay (i.e. if they hide some columns) but after a new heroku git push they always disappear forcing the user to recustomize. Is this a bug? Any idea on how to avoid this?