GuidesFields
Status Field
Configuration and usage of the built-in status field.
When to use
Use the status field for enumerated states like todo/in-progress/done with colored badges.
Basic usage
const columns = [
{ id: 'status', header: 'Status', type: 'status' },
];Props / Types
Prop
Type