Multi-value field does not refresh from database changes (was: How to reload a table in the UI) #593
Replies: 4 comments
-
Teable is currently designed to control the entire database. some functionality may not work correctly if you modify the database directly instead of through teable API or UI
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes, the database must not be altered, currently, any problems caused by direct modifications to the database will not be supported. (by the way, thanks for providing the detailed scene, which will provide a good reference for our subsequent design |
Beta Was this translation helpful? Give feedback.
-
After our discussion, we feel that this function is of great practical value, and we decided to implement this capability in a future release, thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
-
I connected DBeaver to the database and modified a few rows. In the Teable UI, the old data keeps showing.
How can I refresh/reload the table to fetch the changes from the database?
Update: The tables seem to reload, but I changed some tags (a multi-select field), and the changes don't show in the UI. If I change tags in the UI instead, the change appears properly in the database.
So the behavior seems to be specific to multi-select fields.
Update 2: The table is imported from CSV. The tags column is of DB type JSONB and of cellValueType string.
Beta Was this translation helpful? Give feedback.
All reactions