GuidesFields
Text Field
Configuration and usage of the built-in text field.
When to use
Use the text field for freeform string values (names, titles, notes) with optional length and formatting constraints.
Basic usage
const columns = [
{ id: 'name', header: 'Name', type: 'text' },
];Props / Types
Prop
Type