Version: 4.xx.xxSwizzle Ready
Text
This field lets you show basic text. It uses Ant Design's <Typography.Text>
component.
Swizzle
You can swizzle this component to customize it with the refine CLI
Usageβ
Let's see how to use it in a basic list page:
http://localhost:3000
tip
Table columns already render their data as text by default. If the rendered data is in text form and its text field won't be customized with any of Ant Design <Typography.Text>
properties, there isn't any need to use <TextField>
in a column's render function.
API Referenceβ
Propertiesβ
External Props
It also accepts all props of Ant Design Text.