Commit bb7eedc
authored
Fix: Restore single-row inline editing behavior (#1244)
Previously, multiple rows could be edited simultaneously in inline edit mode.
This restores the original behavior where only one row can be edited at a time.
When inline editing starts (_datagrid_inline_editing), all edit trigger buttons
are now hidden. When editing completes or is cancelled, the triggers are shown
again, allowing another row to be edited.1 parent bf8b0e0 commit bb7eedc
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
24 | 37 | | |
25 | 38 | | |
26 | 39 | | |
| |||
0 commit comments