From 9951af617002662cd5bbdf8a7669c872b651f923 Mon Sep 17 00:00:00 2001 From: cktricky Date: Sat, 15 Mar 2014 15:46:01 -0400 Subject: [PATCH] added row, now working on deletion of a column --- app/views/pay/index.html.erb | 133 ++++++++++++++++++++++++++++++++++- 1 file changed, 132 insertions(+), 1 deletion(-) diff --git a/app/views/pay/index.html.erb b/app/views/pay/index.html.erb index e18eec1..aa5b822 100644 --- a/app/views/pay/index.html.erb +++ b/app/views/pay/index.html.erb @@ -24,8 +24,9 @@ +
-
+
@@ -61,11 +62,141 @@
+ + +
+
+
+
+
+ Deletable Table Row +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Bank Account Number + + Bank Routing Number + + Percentage of Deposit + + Actions +
+ 1 + + Srinu + + Active + + + + + +
+ 2 + + Baswa + + Active + + + + + +
+ 3 + + Prem + + Inactive + + + + + +
+ 4 + + Arjun + + Active + + + + + +
+ 5 + + Gajju + + Inactive + + + + + +
+
+
+
+ +