From 4ccf281d7fa936b4b5e05295e531bd48b90bcb56 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 21 Oct 2019 11:50:13 +0300 Subject: [PATCH] Created BodyCell component --- src/components/datatable/BodyCell.vue | 71 ++++++++++++++++ src/components/datatable/ColumnSlot.vue | 26 ++++++ src/components/datatable/DataTable.vue | 80 ++++++++----------- src/router.js | 5 ++ src/views/datatable/DataTableRowGroupDemo.vue | 71 ++++++++++++++++ src/views/datatable/DataTableSubMenu.vue | 1 + 6 files changed, 209 insertions(+), 45 deletions(-) create mode 100644 src/components/datatable/BodyCell.vue create mode 100644 src/components/datatable/ColumnSlot.vue create mode 100644 src/views/datatable/DataTableRowGroupDemo.vue diff --git a/src/components/datatable/BodyCell.vue b/src/components/datatable/BodyCell.vue new file mode 100644 index 000000000..0eadb0a0d --- /dev/null +++ b/src/components/datatable/BodyCell.vue @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/src/components/datatable/ColumnSlot.vue b/src/components/datatable/ColumnSlot.vue new file mode 100644 index 000000000..52f7f2544 --- /dev/null +++ b/src/components/datatable/ColumnSlot.vue @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/src/components/datatable/DataTable.vue b/src/components/datatable/DataTable.vue index 544f23b3a..33fd76cb2 100644 --- a/src/components/datatable/DataTable.vue +++ b/src/components/datatable/DataTable.vue @@ -52,25 +52,17 @@