GuidesFields
Tag Field
Configuration and usage of the built-in tag/multi-select field.
When to use
Use the tag field for multi-select labels or categories stored as arrays.
Basic usage
const columns = [
{ id: 'tags', header: 'Tags', type: 'tag' },
];Props / Types
Prop
Type