Coreor / DataTableText
Interactive demo Documentation GitHub
COLUMN TYPE / TEXT

Text columns.

Searchable and editable text with a compact, readable cell.

RAW DATA · string
01Render

Searchable and editable text with a compact, readable cell.

02Filter

Click Filter and configure this column.

03Edit

Double-click a value to change it.

INTERACTIVE EXAMPLE

Try text in context

Try search and double-click to edit.

Preparing interactive table…
QUICK START
const columns: GridColumn<Row>[] = [
  {
    key: 'name',
    title: 'Workspace',
    kind: 'text',
    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