From 467d6a26d9f5ac72b51b3d087c98677d65aa574a Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 4 Oct 2021 12:48:04 +0300 Subject: [PATCH] Update editing demo --- src/views/datatable/DataTableDoc.vue | 73 ++--- src/views/datatable/DataTableEditDemo.vue | 317 ++++++---------------- 2 files changed, 97 insertions(+), 293 deletions(-) diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index cdc661722..e64131b9f 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -1122,17 +1122,16 @@ export default { editor defines how the editing is implemented, below example demonstrates two cases. In the first example, simple v-model editors are utilized. This is pretty straightforward in most cases. On the other hand, second example is more advanced to consider validations and ability to revert values with the escape key.