From 61f60456daa46a267dc84d99f94b90f0b3465c00 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 30 Oct 2019 21:46:43 +0300 Subject: [PATCH] Doc update --- src/views/datatable/DataTableEditDemo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/datatable/DataTableEditDemo.vue b/src/views/datatable/DataTableEditDemo.vue index 83b7db5a0..0de1a403b 100644 --- a/src/views/datatable/DataTableEditDemo.vue +++ b/src/views/datatable/DataTableEditDemo.vue @@ -5,7 +5,9 @@

DataTable

-

Cell and Row editing provide a rapid and user friendly way to manipulate data within the table.

+

In cell editing provides a rapid and user friendly way to manipulate the data. The datatable provides a flexible API + so that the editing behavior is implemented by the page author whether it utilizes v-model or vuex. +