Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 21ec3ec

Browse files
Add editable data grid section to docs (#499)
Description of changes Adds a new section to the data grid docs explaining the current state of the world for editable data grids and provides a link to the editable data grid sample extension.
1 parent 84fb97f commit 21ec3ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/data-grid/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,11 @@ basicGrid.columnDefinitions = [
302302
{ columnDataKey: "ColumnKey4", title: "Custom Title" },
303303
];
304304
```
305+
306+
## Editable Data Grid
307+
308+
Interactive/editable data grids are a highly requested feature in the Webview UI Toolkit.
309+
310+
By default, the toolkit and in particular [FAST](https://www.fast.design/) (the underlying framework that the toolkit uses) **do not** offer any first-party APIs for enabling interactivity or editability in data grids. Additionally, since FAST owns the underlying data grid implementation, first-party support for interactivity will eventually need to come from them.
311+
312+
With that said, workaround solutions are possible and a reference implementation for making the `vscode-data-grid` component editable is [available as a sample extension](https://github.com/microsoft/vscode-webview-ui-toolkit-samples/tree/main/default/editable-data-grid).

0 commit comments

Comments
 (0)