aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2022-03-31 15:25:00 +0300
committerBonfaceKilz2022-04-07 11:56:21 +0300
commitca5caf3d31c34abdc6415a67804c64c20679cc43 (patch)
tree49b6bf47fe24bcef53d7da0592b79234c324bebd /wqflask
parentc77b3bb9bef61ab75097f02b235081514302d36f (diff)
downloadgenenetwork2-ca5caf3d31c34abdc6415a67804c64c20679cc43.tar.gz
Make case-attribute table a "data table"
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/case_attributes.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html
index 73184f7d..9297b703 100644
--- a/wqflask/wqflask/templates/case_attributes.html
+++ b/wqflask/wqflask/templates/case_attributes.html
@@ -36,9 +36,7 @@
gn_server_url = "{{ gn_server_url }}";
$(document).ready( function() {
- $('#table-additions').dataTable();
- $('#table-modifications').dataTable();
- $('#table-deletions').dataTable();
+ $('.table-responsive').dataTable();
});
</script>
{% endblock %}