fixed typing error

pull/2798/head
Tuğçe Küçükoğlu 2022-07-18 09:02:37 +03:00
parent 0c8d6b0fcd
commit 51da4bd4b7
1 changed files with 1 additions and 1 deletions

View File

@ -1242,7 +1242,7 @@ export default {
</code></pre>
<p>Row Editing is specified by setting <i>cellEdit</i> as <b>row</b>, defining <i>editingRows</i> with the v-model directive to hold the reference of the editing rows,
<p>Row Editing is specified by setting <i>editMode</i> as <b>row</b>, defining <i>editingRows</i> with the v-model directive to hold the reference of the editing rows,
adding a row editor column to provide the editing controls and implementing <i>@row-edit-save</i> to update the original row data. Note that
since <i>editingRows</i> is two-way binding enabled, you may use it to initially display one or more rows in editing more or programmatically toggle row editing.</p>
<pre v-code><code><template v-pre>