File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/docs/reference/widgets/table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments