Replies: 1 comment
-
We should add a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently have the following field types:
When thinking about different field types, it's worth referencing the what others do.
Filament
Filament has these column types:
Static columns display data to the user:
Editable columns allow the user to update data in the database without leaving the table:
Airtable
Airtable has this list of field types. I understand that many of these aren't primitives (Created by is a
DateTime
) and should be handled by the data sources, but I'm keeping the full list here for completeness.Airtable Field Types
Beta Was this translation helpful? Give feedback.
All reactions