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 @@
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. +