GuidesFields
Date Field
Configuration and usage of the built-in date field.
When to use
Use the date field for date or datetime values backed by ISO strings.
Basic usage
const columns = [
{ id: 'due', header: 'Due', type: 'date' },
];Props / Types
Prop
Type