Skip to content

feat(data-table): support editable cells#3321

Draft
metonym wants to merge 2 commits into
masterfrom
metonym/datatable-editable-support-v1
Draft

feat(data-table): support editable cells#3321
metonym wants to merge 2 commits into
masterfrom
metonym/datatable-editable-support-v1

Conversation

@metonym

@metonym metonym commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #3320

Closes #574

This explores adding first class support for an editable DataTable experience, while prioritizing performance, DX etc..

  • Composable EditableCell wires the accessors
  • Consumer can bind to dirty/valid given a custom validate function

TODO:

  • Need to broaden design scenarios, e.g., combo input + buttons

@metonym metonym force-pushed the metonym/datatable-editable-support-v1 branch from 5e9e1be to d060a6d Compare June 14, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Data Table: In-line editing

1 participant