From f05d50bce3601881935556694dcecd619465d483 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 27 Nov 2018 03:05:14 -0600 Subject: [PATCH] Allow user to choose which columns to show, for Vue.js users grid --- tailbone/templates/users/vue_index.mako | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tailbone/templates/users/vue_index.mako b/tailbone/templates/users/vue_index.mako index 713ddb1a..1b871343 100644 --- a/tailbone/templates/users/vue_index.mako +++ b/tailbone/templates/users/vue_index.mako @@ -35,9 +35,6 @@ -## TODO: just, ugh. -
-
## TODO: need to make endpoint a bit more configurable somehow @@ -92,6 +89,7 @@ var app = new Vue({ 'active' ], options: { + columnsDropdown: true, filterable: false, headings: { person_display_name: "Person"