From 1827d6246498f562cc05da8c3344ec2d486befdc Mon Sep 17 00:00:00 2001
From: sahil28297 <37302950+sahil28297@users.noreply.github.com>
Date: Mon, 1 Oct 2018 20:22:45 +0530
Subject: [PATCH] Added keyboard navigation and delete checked rows features in
table (#97)
* Added keyboard navigation and delete checked rows in invoice-table
* cleanup
---
ui/components/controls/Table.vue | 181 +++++++++++++++++++++++++------
1 file changed, 146 insertions(+), 35 deletions(-)
diff --git a/ui/components/controls/Table.vue b/ui/components/controls/Table.vue
index 55b847e0..8c42bdbb 100644
--- a/ui/components/controls/Table.vue
+++ b/ui/components/controls/Table.vue
@@ -4,7 +4,7 @@
-
+
#
@@ -15,35 +15,51 @@