diff options
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 8dee5244..4f1c82f0 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -298,7 +298,7 @@ $('td', row).eq(10).attr('data-export', $('td', row).eq(9).text()); }, "order": [[1, "asc" ]], - {% if traits_json|length > 10 %} + {% if traits_json|length > 20 %} "scroller": true {% else %} "scroller": false |