Coreor / DataTableCountry
Interactive demo Documentation GitHub
COLUMN TYPE / COUNTRY

Country columns.

Flag and localized country name from ISO codes.

RAW DATA · ISO country code
01Render

Flag and localized country name from ISO codes.

02Filter

Click Filter and configure this column.

03Edit

Double-click a value to change it.

INTERACTIVE EXAMPLE

Try country in context

Select one or more countries.

Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
  {
    key: 'country',
    title: 'Country',
    kind: 'country',
    editable: true,
    options: ["TR","DE","US","GB","FR"],
    cellOptions: {"locale":"en-US"},
  },
]
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