From 9560e6337d00a82d8f36073b31215735eb9a8c01 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 6 Nov 2020 14:49:15 -0600 Subject: Removed the page selection from the top of the table because it created an awkward gap between the column show/hide buttons and the table, and this table will be changed to use Scroller instead of paging soon regardless --- wqflask/wqflask/templates/search_result_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 38f224e0..b3f56293 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -427,7 +427,7 @@ }{% endif %} ], "order": [[1, "asc" ]], - 'sDom': "pitirp", + 'sDom': "itirp", 'iDisplayLength': 500, 'deferRender': true, 'paging': true, -- cgit v1.2.3