summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-28 11:12:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-28 11:12:29 +0200
commit691cb027a5c9fac6f78a3c82da06c476d240954e (patch)
tree0bf45d962905dfed603db781e5b6f67ddb30f363 /ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
parentb344d57200efb44dd95155d69d4b4c9c45937951 (diff)
downloadIshtar-691cb027a5c9fac6f78a3c82da06c476d240954e.tar.bz2
Ishtar-691cb027a5c9fac6f78a3c82da06c476d240954e.zip
JQueryJqGrid by default sorting is made using ordering in meta
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
index 4a81a64fb..f751cebe3 100644
--- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
+++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
@@ -27,7 +27,7 @@ setTimeout(
{name:'link', index:'link', width:30},
{{extra_cols|safe}}
],
- sortname: 'value',
+ sortname: '__default__',
viewrecords: true,
sortorder: "asc",
emptyrecords: "{{no_result}}",