From 92d0413c936cf34bc045bc59c4bc76924a17f708 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Thu, 4 Nov 2021 03:27:47 -0700 Subject: [PATCH] New Table Row element Allows for safe embedding of Table Cells in an encapsulated way Allows for certain CSS properties to be passed along to the Cells Allows for how row interactions Related to Issue #43 --- components/element/table/Row.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 components/element/table/Row.vue diff --git a/components/element/table/Row.vue b/components/element/table/Row.vue new file mode 100644 index 00000000..5f624408 --- /dev/null +++ b/components/element/table/Row.vue @@ -0,0 +1,17 @@ + + +