Per-column commit override
Editing "Name" routes through the table-level onCommit. Editing "Avatar" routes through the column-level commit. Edit one of each in quick succession to see they fire in parallel.
Name | Avatar (per-column commit) |
|---|---|
| Alice | a.png |
| Bob | b.png |
(no calls yet)