diff --git a/app/views/pay/index.html.erb b/app/views/pay/index.html.erb index 55ec624..895f1c3 100644 --- a/app/views/pay/index.html.erb +++ b/app/views/pay/index.html.erb @@ -207,7 +207,13 @@ function createDataTable(){ }, "autoWidth": false, "searching": true, - "ordering": true + "ordering": true, + "columns": [ + { "title": "Account Number" }, + { "title": "Routing Number" }, + { "title": "Deposit %" }, + { "title": "Actions", "orderable": false } + ] }); };