From 57144ae2a8b95608bee6ee4b86d55363fe02d52a Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Jul 2021 21:20:34 +0000 Subject: Gave initial width to search result table that prevents header misalignment issue and improved widths for a couple columns + made checkbox column sortable --- wqflask/wqflask/templates/search_result_page.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index c4a596d5..00b708ef 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -125,7 +125,7 @@ {% endif %} {% endif %} -
+
@@ -179,9 +179,8 @@ columnDefs = [ { 'data': null, - 'width': "25px", + 'width': "5px", 'orderDataType': "dom-checkbox", - 'orderable': false, 'targets': 0, 'render': function(data, type, row, meta) { return '' @@ -259,7 +258,7 @@ 'title': "
Effect  
Size  
", 'type': "natural-minus-na", 'data': "additive", - 'width': "60px", + 'width': "65px", 'targets': 9, 'orderSequence': [ "desc", "asc"] }{% elif dataset.type == 'Publish' %}, -- cgit v1.2.3

Loading...