Skip to content

Commit

Permalink
add out of scope workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvisser committed Nov 20, 2024
1 parent 7f04685 commit 9a3ffdf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/nimble-components/src/table/specs/editable-table-ixd.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ This is particularly useful for scenarios where inline editing is required, such

- When a cell has Edit focus, pressing `ENTER` validates the value, and if invalid, transforms the cell into the Cell error state.

### Out of scope

The client application is responsible for defining and implementing workflows for adding, deleting, and moving rows, as well as saving data.

Example row editing UX:

![Table row editing](./spec-images/table-row-editing.png)

Example save workflow:

![Table save workflow](./spec-images/table-save-workflow.png)

#### Touch-Screen Devices

- The edit workflow should support touch screen devices.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a3ffdf

Please sign in to comment.