Today, the Crud Module's table preferences (columns order and visibility) are saved in the local storage.
This is causing a bug if the table is changed and new columns are added. The new columns do not show until the local storage is deleted.
Steps to reproduce:
- Create a table with Crud Module.
- Open the app and see the data in the table.
- Add new columns to the table
- The new columns won't be displayed