diff options
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.html | 3 |
1 files changed, 2 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 27e1d3f82..76172d3ac 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -34,7 +34,8 @@ setTimeout( emptyrecords: "{{no_result}}", loadtext: "{{loading}}", pager: '#pager_{{name}}', - width:720, + width: null, + shrinkToFit: false, rowNum:20, jsonReader : {repeatitems: false}, loadError: function (jqXHR, textStatus, errorThrown) { |
