fixed typing error
parent
0c8d6b0fcd
commit
51da4bd4b7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue