diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index f8998b438..ef7e9a4e0 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -1242,7 +1242,7 @@ export default { -
Row Editing is specified by setting cellEdit as row, defining editingRows with the v-model directive to hold the reference of the editing rows, +
Row Editing is specified by setting editMode as row, defining editingRows 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 @row-edit-save to update the original row data. Note that since editingRows is two-way binding enabled, you may use it to initially display one or more rows in editing more or programmatically toggle row editing.