You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: