-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Summary
By default, Teable creates two system fields in each table: __created_time and __last_modified_time.
These fields are essential for many use cases, but currently, there seems to be no way to display them in any view (e.g., Grid view).
Problem
These system fields are automatically hidden and cannot be unhidden or displayed in views.
As a result, users who need to see or use this data are forced to create duplicate fields that replicate the same information - leading to redundancy and potential confusion.
Expected Behavior
There should be an option to unhide or display these fields in views (ideally as read-only columns).
Actual Behavior
The system fields __created_time and __last_modified_time remain hidden, with no available configuration or UI option to show them.
Question
Is there currently any way to make these fields visible, or is this a missing feature that could be added?