Coreor / DataTableDate
Interactive demo Documentation GitHub
COLUMN TYPE / DATE

Date columns.

Calendar date with an inclusive date-range filter.

RAW DATA · YYYY-MM-DD
01Render

Calendar date with an inclusive date-range filter.

02Filter

Click Filter and configure this column.

03Edit

Double-click a value to change it.

INTERACTIVE EXAMPLE

Try date in context

Filter a date range in the column.

Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
  {
    key: 'due',
    title: 'Due date',
    kind: 'date',
    editable: true,
  },
]
ABOUT THE DATA

Raw values stay raw.

The renderer changes how a cell looks. Sorting, filtering, editing and CSV export work with the underlying value, so integrations can use stable types.

Explore feature labs