From 55c3a7e23197d1d2cf19413b77d796605315225f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 24 Oct 2023 15:35:30 +0300 Subject: [PATCH] Remove v-deep use pt --- doc/datatable/edit/CellEditDoc.vue | 78 +++++++++++------ doc/datatable/edit/FilterSortEditDoc.vue | 90 +++++++++++++------- doc/datatable/scroll/FrozenRowsDoc.vue | 58 ++++++++++--- doc/progressspinner/CustomDoc.vue | 13 --- doc/scrolltop/ElementDoc.vue | 102 +++++++++-------------- doc/steps/InteractiveDoc.vue | 21 +---- doc/timeline/TemplateDoc.vue | 34 +++++--- 7 files changed, 223 insertions(+), 173 deletions(-) diff --git a/doc/datatable/edit/CellEditDoc.vue b/doc/datatable/edit/CellEditDoc.vue index 94a367e8f..da5f45cbc 100644 --- a/doc/datatable/edit/CellEditDoc.vue +++ b/doc/datatable/edit/CellEditDoc.vue @@ -3,7 +3,19 @@

Cell editing is enabled by setting editMode as cell, defining input elements with editor templating of a Column and implementing cell-edit-complete to update the state.

- +