Skip to content

Commit c873aca

Browse files
committed
..
1 parent 3a7d9cf commit c873aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/reference/widgets/table/editable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ This property allows you to define custom validation rules and error messages to
113113
114114
<dd>
115115
116-
- *Existing Rows:* For rows that already exist in the dataset, `currentIndex` reflects the actual index of the row being edited.
116+
- *Editing Existing Rows:* For rows that already exist in the dataset, `currentIndex` reflects the actual index of the row being edited.
117117
118-
- *New Rows:* When adding a new row, `currentIndex` is set to `-1`, indicating that the new row does not yet exist in the dataset.
118+
- *Adding New Rows:* When adding a new row, `currentIndex` is set to `-1`, indicating that the new row does not yet exist in the dataset.
119119
120120
```js
121121
{{ currentIndex >= 0 }}

0 commit comments

Comments
 (0)